From ecd82778cf9a53e34f13d9ce6dcd7e1a4cf76b70 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 17 Aug 2009 12:38:24 +0000 Subject: Added beginnings of a new AVRISP-MKII clone project. Added new Endpoint_SetEndpointDirection() macro to set the current endpoint direction for bidirectional endpoints. Renamed internal USB_INT_ENDPOINT_SETUP macro to USB_INT_RXSTPI to fit in with the rest of the interrupt vector macros. --- Bootloaders/CDC/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bootloaders/CDC') diff --git a/Bootloaders/CDC/makefile b/Bootloaders/CDC/makefile index 91c8845d3..3c79cb649 100644 --- a/Bootloaders/CDC/makefile +++ b/Bootloaders/CDC/makefile @@ -48,7 +48,7 @@ # MCU name -MCU = at90usb647 +MCU = at90usb1287 # Target board (see library "Board Types" documentation, USER or blank for projects not requiring -- cgit v1.2.3