reduce diff to upstream
This commit is contained in:
parent
0f8cd797d6
commit
0223193ede
3 changed files with 5 additions and 5 deletions
|
@ -32,7 +32,7 @@ CSTANDARD = -std=gnu99
|
|||
CDEFS = -DF_CPU=$(F_CPU)UL
|
||||
|
||||
# Place -I options here
|
||||
CINCS = -Ipt
|
||||
CINCS = -Ipt -Itimer
|
||||
|
||||
|
||||
CDEBUG = -g$(DEBUG)
|
||||
|
|
Reference in a new issue