From 5dbfdaa17dc4cb35783ec121453c7dfaca9874f3 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 23 Jul 2009 08:00:12 +0000 Subject: Ensure that the USB_DeviceState variable is properly set upon wakeup events, to the Addressed or Configured state as needed. Add explicit support for the AT90USB646 to the Teensy bootloader now that PJRC have released the Teensy++ board. Ensure unfinished SideShow demo uses an unallocated PID value within the LUFA range. --- Bootloaders/TeensyHID/TeensyHID.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bootloaders') diff --git a/Bootloaders/TeensyHID/TeensyHID.h b/Bootloaders/TeensyHID/TeensyHID.h index 484fb6b3a..3c5960595 100644 --- a/Bootloaders/TeensyHID/TeensyHID.h +++ b/Bootloaders/TeensyHID/TeensyHID.h @@ -50,7 +50,7 @@ #include /* Preprocessor Checks: */ - #if !defined(__AVR_AT90USB162__) + #if !defined(__AVR_AT90USB162__) && !defined(__AVR_AT90USB646__) #error This bootloader is not compatible with the selected AVR model. #endif -- cgit v1.2.3