From 5e14c194c9a2f5cb52a43f7efeacb795a38ced74 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 14 Apr 2010 13:46:49 +0000 Subject: 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. --- Projects/LEDNotifier/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Projects') diff --git a/Projects/LEDNotifier/makefile b/Projects/LEDNotifier/makefile index 20cd598a6..7e49178a5 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 -- cgit v1.2.3