From 5d976f8b1d1b5dbf8b0dbe4ec292ffa28409fcf2 Mon Sep 17 00:00:00 2001 From: Zach Eveland Date: Thu, 27 Oct 2011 10:48:26 -0400 Subject: removed conditional compilation checks for CDC_ENABLED bootloader must always have CDC enabled --- bootloaders/diskloader/src/Platform.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'bootloaders/diskloader/src/Platform.h') 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 -- cgit v1.2.3-18-g5258