summaryrefslogtreecommitdiff
path: root/rf433send
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-01-27 17:33:22 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-01-27 17:33:22 +0000
commit661b77b947d215aedc2d27750131045029103f68 (patch)
tree8b73cbd2160e57d3532f9b74b7b1452d0b4462de /rf433send
parentusb-i2c-sl018 added lufa i2c tests (non working) (diff)
lufa components are now selectable
git-svn-id: https://svn.spreadspace.org/avr/trunk@67 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'rf433send')
-rw-r--r--rf433send/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/rf433send/Makefile b/rf433send/Makefile
index 04b484d..1cbd877 100644
--- a/rf433send/Makefile
+++ b/rf433send/Makefile
@@ -40,4 +40,6 @@ LUFA_OPTS += -D INTERRUPT_CONTROL_ENDPOINT
LUFA_OPTS += -D USB_MANUFACTURER="L\"equinox\""
LUFA_OPTS += -D USB_PRODUCT="L\"$(NAME)\""
+LUFA_COMPONENTS := USB USBCLASS
+
include ../include.mk