diff options
author | Zach Eveland <zeveland@blacklabel-development.com> | 2011-10-27 10:48:26 -0400 |
---|---|---|
committer | Zach Eveland <zeveland@blacklabel-development.com> | 2011-10-27 10:48:26 -0400 |
commit | 5d976f8b1d1b5dbf8b0dbe4ec292ffa28409fcf2 (patch) | |
tree | 5540647b3f408068c7fd0d21022770a1ce03a6f3 /bootloaders/diskloader/src/Platform.h | |
parent | 0ab2cb1c698017e4a81ec17d8677de09553e8683 (diff) |
removed conditional compilation checks for CDC_ENABLED
bootloader must always have CDC enabled
Diffstat (limited to 'bootloaders/diskloader/src/Platform.h')
-rw-r--r-- | bootloaders/diskloader/src/Platform.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bootloaders/diskloader/src/Platform.h b/bootloaders/diskloader/src/Platform.h index 9416c47..f1194a5 100644 --- a/bootloaders/diskloader/src/Platform.h +++ b/bootloaders/diskloader/src/Platform.h @@ -25,8 +25,6 @@ typedef unsigned char u8; typedef unsigned short u16; typedef unsigned long u32; -#define CDC_ENABLED - #define USB_PID_LEONARDO 0x0034 #define USB_PID_MICRO 0x0035 #define USB_VID 0x2341 // arduino LLC vid |