diff options
| author | hathach <[email protected]> | 2013-11-20 12:03:04 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-11-20 12:03:04 +0700 |
| commit | d284ecaccbfc15b71dbca3e885fff1dc941fdfde (patch) | |
| tree | be245c65f205870dbe0556a3068cf98b8a8e9c47 /tinyusb/device/dcd_lpc175x_6x.h | |
| parent | 2dafeee585e0a90675359e83de4e197c84cd3f5d (diff) | |
add sw int_on_complete support for dcd lpc17xx
Diffstat (limited to 'tinyusb/device/dcd_lpc175x_6x.h')
| -rw-r--r-- | tinyusb/device/dcd_lpc175x_6x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tinyusb/device/dcd_lpc175x_6x.h b/tinyusb/device/dcd_lpc175x_6x.h index 3ee97105d..5ea83b580 100644 --- a/tinyusb/device/dcd_lpc175x_6x.h +++ b/tinyusb/device/dcd_lpc175x_6x.h @@ -77,7 +77,6 @@ typedef struct volatile uint16_t atle_is_msb_extracted : 1; // used in ATLE mode volatile uint16_t atle_message_length_position : 6; // used in ATLE mode uint16_t : 2; -// uint16_t int_on_complete : 1; ///< make use of reserved bit volatile uint16_t present_count; // The number of bytes transferred by the DMA engine. The DMA engine updates this field after completing each packet transfer. //------------- Word 4 -------------// |
