diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-01-26 21:33:07 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-01-26 21:33:07 +0000 |
commit | a852ea8e43d6df9642df3524a974073d2229fa4c (patch) | |
tree | 7524d3d7c881de32080cb0ed82fc4aa16d6f7755 /Demos/Device/ClassDriver/Keyboard | |
parent | 6c7ed7ecd6d4727e33ddb8c5e4321499a2b76151 (diff) | |
download | lufa-a852ea8e43d6df9642df3524a974073d2229fa4c.tar.gz lufa-a852ea8e43d6df9642df3524a974073d2229fa4c.tar.bz2 lufa-a852ea8e43d6df9642df3524a974073d2229fa4c.zip |
Added new KeyboardMouseMultiReport Device ClassDriver demo.
Fixed ReportID not being removed from the feature/out report data array in the HID class driver when Report IDs are used.
Added new MAX() and MIN() convenience macros.
Diffstat (limited to 'Demos/Device/ClassDriver/Keyboard')
-rw-r--r-- | Demos/Device/ClassDriver/Keyboard/Keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/Keyboard/Keyboard.c b/Demos/Device/ClassDriver/Keyboard/Keyboard.c index b96faf763..7777b6f1b 100644 --- a/Demos/Device/ClassDriver/Keyboard/Keyboard.c +++ b/Demos/Device/ClassDriver/Keyboard/Keyboard.c @@ -8,7 +8,7 @@ /* Copyright 2011 Dean Camera (dean [at] fourwalledcubicle [dot] com) - + Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in |