From a2f7f19e12da5401b35c5369854fea20e44b77ac Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Mon, 28 Jan 2013 00:44:41 +0000 Subject: added serial support git-svn-id: https://svn.spreadspace.org/avr/trunk@87 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- usb-i2c-sl018/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usb-i2c-sl018/Makefile') diff --git a/usb-i2c-sl018/Makefile b/usb-i2c-sl018/Makefile index bd66f1f..fe5103c 100644 --- a/usb-i2c-sl018/Makefile +++ b/usb-i2c-sl018/Makefile @@ -39,9 +39,9 @@ LUFA_OPTS += -D INTERRUPT_CONTROL_ENDPOINT LUFA_OPTS += -D USB_MANUFACTURER="L\"equinox\"" LUFA_OPTS += -D USB_PRODUCT="L\"$(NAME)\"" -LUFA_COMPONENTS := USB USBCLASS TWI +LUFA_COMPONENTS := USB USBCLASS TWI SERIAL include ../include.mk update-keys: update-keys.c - gcc -o $@ $< \ No newline at end of file + gcc -o $@ $< -- cgit v1.2.3