[lm4f] Remove usb cdc definitions moved to library

Requires a library bump to match
This commit is contained in:
Karl Palsson
2014-01-18 20:48:52 +00:00
parent 5f592615d6
commit d1cf776ebc
2 changed files with 1 additions and 22 deletions

View File

@@ -26,27 +26,6 @@
#include <libopencm3/lm4f/gpio.h> #include <libopencm3/lm4f/gpio.h>
#include <libopencm3/usb/cdc.h> #include <libopencm3/usb/cdc.h>
/* =============================================================================
* Definitions missing from cdc.h
*
* TODO: Integrate those definitions into cdc.h
* ---------------------------------------------------------------------------*/
/* Table 17: Line Coding Structure */
enum usb_cdc_line_coding_bCharFormat {
USB_CDC_1_STOP_BITS = 0,
USB_CDC_1_5_STOP_BITS = 1,
USB_CDC_2_STOP_BITS = 2,
};
enum usb_cdc_line_coding_bParityType {
USB_CDC_NO_PARITY = 0,
USB_CDC_ODD_PARITY = 1,
USB_CDC_EVEN_PARITY = 2,
USB_CDC_MARK_PARITY = 3,
USB_CDC_SPACE_PARITY = 4,
};
/* ============================================================================= /* =============================================================================
* UART control * UART control
* ---------------------------------------------------------------------------*/ * ---------------------------------------------------------------------------*/