diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-17 12:38:24 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-17 12:38:24 +0000 |
commit | ecd82778cf9a53e34f13d9ce6dcd7e1a4cf76b70 (patch) | |
tree | c9c4a38b9a264ea77f4a18b64b3da51560d7f079 /Bootloaders | |
parent | 09bedd6555a72c70f6d6bfb965225d44dec171cd (diff) | |
download | lufa-ecd82778cf9a53e34f13d9ce6dcd7e1a4cf76b70.tar.gz lufa-ecd82778cf9a53e34f13d9ce6dcd7e1a4cf76b70.tar.bz2 lufa-ecd82778cf9a53e34f13d9ce6dcd7e1a4cf76b70.zip |
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.
Diffstat (limited to 'Bootloaders')
-rw-r--r-- | Bootloaders/CDC/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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
|