aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/Keyboard
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-04-01 07:43:50 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-04-01 07:43:50 +0000
commitece9e3d5991dd481fc36baf799a1a85d14b88251 (patch)
treea659f9bd537f05ddf841106f2ed94e1f4e0f5bbe /Demos/Device/Keyboard
parent6198289b388e4122afe4913f899b37a8e7cd8af4 (diff)
downloadlufa-ece9e3d5991dd481fc36baf799a1a85d14b88251.tar.gz
lufa-ece9e3d5991dd481fc36baf799a1a85d14b88251.tar.bz2
lufa-ece9e3d5991dd481fc36baf799a1a85d14b88251.zip
Changed GenericHID device demo to use the LUFA scheduler, added INTERRUPT_DATA_ENDPOINT and INTERRUPT_CONTROL_ENDPOINT compile time options.
Diffstat (limited to 'Demos/Device/Keyboard')
-rw-r--r--Demos/Device/Keyboard/Keyboard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Demos/Device/Keyboard/Keyboard.c b/Demos/Device/Keyboard/Keyboard.c
index d0ea18fef..265e950e0 100644
--- a/Demos/Device/Keyboard/Keyboard.c
+++ b/Demos/Device/Keyboard/Keyboard.c
@@ -545,4 +545,3 @@ ISR(ENDPOINT_PIPE_vect, ISR_BLOCK)
}
#endif
}
-