Fixed TeensyHID bootloader not enumerating to the host correctly.

This commit is contained in:
Dean Camera 2009-12-20 12:09:22 +00:00
parent b408a5fe62
commit 77cd3a42a7
5 changed files with 46 additions and 50 deletions

View file

@ -49,11 +49,6 @@
#include <LUFA/Drivers/USB/USB.h>
/* Preprocessor Checks: */
#if !defined(__AVR_AT90USB162__) && !defined(__AVR_AT90USB646__)
#error This bootloader is not compatible with the selected AVR model.
#endif
/* Macros: */
/** HID Class specific request to send the next HID report to the device. */
#define REQ_SetReport 0x09