diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-04-01 07:43:50 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-04-01 07:43:50 +0000 |
commit | ece9e3d5991dd481fc36baf799a1a85d14b88251 (patch) | |
tree | a659f9bd537f05ddf841106f2ed94e1f4e0f5bbe /Demos/Device/Keyboard/Keyboard.c | |
parent | 6198289b388e4122afe4913f899b37a8e7cd8af4 (diff) | |
download | lufa-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/Keyboard.c')
-rw-r--r-- | Demos/Device/Keyboard/Keyboard.c | 1 |
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
}
-
|