removed uneeded incldue and added in the includes for AVR io.h

This commit is contained in:
Jake Goodwin 2025-02-10 10:59:23 -08:00
parent b49a61264f
commit aed602668a
1 changed files with 3 additions and 2 deletions

View File

@ -52,7 +52,6 @@ if (UNIT_TESTING)
include_directories(
${CPPUTEST_INCLUDE_DIRS}
/usr/include/c++/11/
./inc
./mocks
)
@ -67,9 +66,11 @@ endif()
# PROJECT SPECIFIC
# #######################################
# I've added the AVR directories for FreeBSD on here.
include_directories(
./inc
/usr/local/avr/include/avr
/usr/local/avr/include
)
add_subdirectory(src)