From 4fefe032a53667cba2b801d0cc5f021b3d457ddd Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Mon, 29 Nov 2010 23:26:54 -0500 Subject: Fixing Linux UNO serial bug (thanks to Dean Camera). Enabling INTERRUPT_CONTROL_ENDPOINT in the makefile so we don't miss control messages from Linux. Also deleted two unused USB events to save a few bytes of space (the Mega 2560 .hex is now exactly 4096 bytes). --- firmwares/arduino-usbserial/Arduino-usbserial.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'firmwares/arduino-usbserial/Arduino-usbserial.c') diff --git a/firmwares/arduino-usbserial/Arduino-usbserial.c b/firmwares/arduino-usbserial/Arduino-usbserial.c index 181ffc7..a2bdfb1 100755 --- a/firmwares/arduino-usbserial/Arduino-usbserial.c +++ b/firmwares/arduino-usbserial/Arduino-usbserial.c @@ -150,18 +150,6 @@ void SetupHardware(void) AVR_RESET_LINE_DDR |= AVR_RESET_LINE_MASK; } -/** Event handler for the library USB Connection event. */ -void EVENT_USB_Device_Connect(void) -{ - -} - -/** Event handler for the library USB Disconnection event. */ -void EVENT_USB_Device_Disconnect(void) -{ - -} - /** Event handler for the library USB Configuration Changed event. */ void EVENT_USB_Device_ConfigurationChanged(void) { -- cgit v1.2.3-18-g5258