diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-03-20 05:39:15 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-03-20 05:39:15 +0000 |
commit | ecf7538430c01b95104682f0f7493e57b9168125 (patch) | |
tree | 5243014d8735f14a0841f793738c8ca51f46f783 /Demos/Keyboard | |
parent | ee7bd5685e000b3a128069fd75d436c653ab54b2 (diff) | |
download | lufa-ecf7538430c01b95104682f0f7493e57b9168125.tar.gz lufa-ecf7538430c01b95104682f0f7493e57b9168125.tar.bz2 lufa-ecf7538430c01b95104682f0f7493e57b9168125.zip |
Combined Keyboad and Mouse normal and interrupt driven host demos into unified Keyboard and Mouse host demos.
Diffstat (limited to 'Demos/Keyboard')
-rw-r--r-- | Demos/Keyboard/makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Demos/Keyboard/makefile b/Demos/Keyboard/makefile index 6befbdb51..fde8ce0a1 100644 --- a/Demos/Keyboard/makefile +++ b/Demos/Keyboard/makefile @@ -177,7 +177,6 @@ CDEFS = -DF_CPU=$(F_CPU)UL -DF_CLOCK=$(F_CLOCK)UL -DBOARD=BOARD_$(BOARD) CDEFS += -DUSE_NONSTANDARD_DESCRIPTOR_NAMES -DNO_STREAM_CALLBACKS -DUSB_DEVICE_ONLY
CDEFS += -DUSE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"
-
# Place -D or -U options here for ASM sources
ADEFS = -DF_CPU=$(F_CPU)
|