From d3d69ca1801f81d790c98226ef588f0248bef5d3 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Thu, 20 Feb 2025 15:46:12 -0800 Subject: [PATCH] Added linux include dir for AVR. --- tests/ADC/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ADC/CMakeLists.txt b/tests/ADC/CMakeLists.txt index 6318a53..6713d0f 100644 --- a/tests/ADC/CMakeLists.txt +++ b/tests/ADC/CMakeLists.txt @@ -13,5 +13,6 @@ target_link_libraries(test_ADC #Needed for the tests to function include_directories( /usr/local/avr/include/avr + #/usr/local/avr/avr/include #for Linux #/usr/lib/avr/include/avr )