From b0d8f22f3492fbb3f6dc0e8026e63c803af59007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 17 Oct 2015 15:40:51 +0200 Subject: Complete commit of current work --- examples/spiblink/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/spiblink/makefile') 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 -- cgit v1.2.3