diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-08-17 12:38:24 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-08-17 12:38:24 +0000 |
| commit | 4ceda36754f9a9057e7d1cd221b5e531918ece5d (patch) | |
| tree | c9c4a38b9a264ea77f4a18b64b3da51560d7f079 /Bootloaders | |
| parent | 5a2d750e0c1cebd7ab9e446f5023fa82ec91d4c0 (diff) | |
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@744 d5102386-fcda-11dd-9fdb-3debd5008f28
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 91c8845d..3c79cb64 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
|
