diff options
Diffstat (limited to 'examples/spiblink')
-rw-r--r-- | examples/spiblink/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/spiblink/makefile b/examples/spiblink/makefile index bb3b94a..60ba9c9 100644 --- a/examples/spiblink/makefile +++ b/examples/spiblink/makefile @@ -4,7 +4,8 @@ MMCU = atmega328p F_CPU = 16000000L IOE_PREFIX = ../.. IOE_CFLAGS ?= -Os -ffunction-sections -fdata-sections -fshort-enums -g -Wall \ - -DF_CPU=$(F_CPU) -mmcu=$(MMCU) + -DF_CPU=$(F_CPU) -mmcu=$(MMCU) \ + -DCONFIG_IOE_SPI .PHONY: all all: master.hex slave.hex |