diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2013-06-06 12:08:35 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2013-06-06 12:08:35 +0900 |
commit | c838e3f0e92f60023c95c1138e5fd5e95d24c7ea (patch) | |
tree | 4b24005a08c638d9c642bb9c4f513dcba4203439 /example-cdc/Makefile | |
parent | 60e0fbd189ec02c7817e7db649cb41f70d445525 (diff) |
sys.h changes
Diffstat (limited to 'example-cdc/Makefile')
-rw-r--r-- | example-cdc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example-cdc/Makefile b/example-cdc/Makefile index 701aac3..b6c4c76 100644 --- a/example-cdc/Makefile +++ b/example-cdc/Makefile @@ -14,7 +14,7 @@ OBJCOPY = $(CROSS)objcopy MCU = cortex-m3 CWARN = -Wall -Wextra -Wstrict-prototypes -DEFS = -DFREE_STANDING +DEFS = -DHAVE_SYS_H -DFREE_STANDING OPT = -O3 -Os -g LIBS = |