diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-04-14 13:46:49 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-04-14 13:46:49 +0000 |
| commit | a79715fc32fe162579f84756995df0cdecb73582 (patch) | |
| tree | bc07188cadeddeb919e18764eb3aca89bf3d9954 /Projects | |
| parent | 56c9a7f4ca79faa08f2b6a2825b67bc60c7145e8 (diff) | |
Fixed Set/Clear Feature requests directed to a non-configured endpoint not returning a stall to the host.
Make TeensyHID bootloader use an 8 byte control endpoint to match the official Teensy, just in case Paul decides to authenticate on that attribute in the future.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1208 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects')
| -rw-r--r-- | Projects/LEDNotifier/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/LEDNotifier/makefile b/Projects/LEDNotifier/makefile index 20cd598a..7e49178a 100644 --- a/Projects/LEDNotifier/makefile +++ b/Projects/LEDNotifier/makefile @@ -60,7 +60,7 @@ # MCU name
-MCU = at90usb646
+MCU = at90usb1287
# Target board (see library "Board Types" documentation, NONE for projects not requiring
|
