1
0
mirror of git://projects.qi-hardware.com/antorcha.git synced 2025-04-21 12:27:27 +03:00

tornado/fw/: handle platform separation for delay function via include path

... and not via #ifdef
This commit is contained in:
Werner Almesberger
2012-12-05 11:30:50 -03:00
parent c7ed8fbc4a
commit 557a80c3c6
4 changed files with 46 additions and 13 deletions

View File

@@ -17,7 +17,8 @@ NAME = tornado
CFLAGS = -g -mmcu=$(CHIP) \
-DBOOT_ADDR=$(BOOT_ADDR) \
-Wall -Wextra -Wshadow -Wno-unused-parameter \
-Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes \
-Iavr
# -Wall -Wextra -Wshadow -Werror -Wno-unused-parameter \
CHIP = atmega168