Fixed broken Magstripe project and TeensyHID bootloader.

This commit is contained in:
Dean Camera 2009-03-17 05:27:51 +00:00
parent d770d98bca
commit a94b191164
5 changed files with 8 additions and 8 deletions

View file

@ -98,7 +98,7 @@
{
uint8_t Modifier; /**< Modifier byte, indicating pressed modifier keys such as CTRL or ALT */
uint8_t Reserved; /**< Reserved for OEM use, always set to 0 */
uint8_t KeyCode[6]; /**< Key code array for pressed keys - up to six can be given simultaneously */
uint8_t KeyCode; /**< Key code array for pressed keys - up to six can be given simultaneously */
} USB_KeyboardReport_Data_t;
/* Event Handlers: */