From b2a3dcbed4055fbf2daa13a3442117e893f827bb Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Thu, 20 Feb 2025 15:45:44 -0800 Subject: [PATCH] Added line for inclusion of AVR stuff on linux machines. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1fd1989..da7048a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,6 +71,7 @@ include_directories( ./inc /usr/local/avr/include/avr /usr/local/avr/include + /usr/local/avr/avr/include #for Linux ) add_subdirectory(src)