diff options
author | David Madison <dmadison@users.noreply.github.com> | 2019-02-15 14:44:45 -0500 |
---|---|---|
committer | David Madison <dmadison@users.noreply.github.com> | 2019-02-17 17:06:52 -0500 |
commit | 3364c6f736a77e60f26273af0bb021f4507dd1b9 (patch) | |
tree | 9b94c85506ed829a0deede10f9cdd220bf888699 /cores/arduino/USBAPI.h | |
parent | 2307486942f246aca947d770849b5d05822d7d17 (diff) |
Removed USB CDC Serial
This will compile but will NOT enumerate properly without a config descriptor. You've been warned...
Diffstat (limited to 'cores/arduino/USBAPI.h')
-rw-r--r-- | cores/arduino/USBAPI.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/cores/arduino/USBAPI.h b/cores/arduino/USBAPI.h index 06dd737..04e3dd9 100644 --- a/cores/arduino/USBAPI.h +++ b/cores/arduino/USBAPI.h @@ -163,23 +163,6 @@ typedef struct //================================================================================ //================================================================================ -// MSC 'Driver' - -int MSC_GetInterface(uint8_t* interfaceNum); -int MSC_GetDescriptor(int i); -bool MSC_Setup(USBSetup& setup); -bool MSC_Data(uint8_t rx,uint8_t tx); - -//================================================================================ -//================================================================================ -// CSC 'Driver' - -int CDC_GetInterface(uint8_t* interfaceNum); -int CDC_GetDescriptor(int i); -bool CDC_Setup(USBSetup& setup); - -//================================================================================ -//================================================================================ #define TRANSFER_PGM 0x80 #define TRANSFER_RELEASE 0x40 |