diff options
| author | hathach <[email protected]> | 2013-11-11 13:52:31 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-11-11 13:52:31 +0700 |
| commit | 9a81cbcd59cb64bce4c24cbffed2b02eaea5d2b2 (patch) | |
| tree | 330753795816974e1a9832438128c5433e1f4166 /tinyusb/class | |
| parent | f00a4b448d85c4cf36edb8dc7245d7c3fa1c07ec (diff) | |
remove xfer_type in endpoint_handle_t
cdc device demo runs on lpc13uxx
Diffstat (limited to 'tinyusb/class')
| -rw-r--r-- | tinyusb/class/cdc_device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/class/cdc_device.c b/tinyusb/class/cdc_device.c index b96320143..8c9cf1300 100644 --- a/tinyusb/class/cdc_device.c +++ b/tinyusb/class/cdc_device.c @@ -54,6 +54,7 @@ enum { INTERFACE_INVALID_NUMBER = UINT8_MAX
};
+ATTR_USB_MIN_ALIGNMENT
static cdc_line_coding_t cdcd_line_coding[CONTROLLER_DEVICE_NUMBER] TUSB_CFG_ATTR_USBRAM;
typedef struct {
|
