Added linux include dir for AVR.
This commit is contained in:
parent
05b6de17d0
commit
d3d69ca180
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue