diff options
| author | hathach <[email protected]> | 2018-11-28 17:54:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-11-28 17:54:11 +0700 |
| commit | c3140af27436e14593ea5db412ab4c39f568870e (patch) | |
| tree | 40038596b4486a70b047737b87de7c6ac0b7db8d /src/portable/nxp | |
| parent | 772b2b692f0730f1371607b55d2f2f89a4d5940d (diff) | |
correct TUD_OPT_HIGH_SPEED
Diffstat (limited to 'src/portable/nxp')
| -rw-r--r-- | src/portable/nxp/lpc17xx/dcd_lpc175x_6x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/nxp/lpc17xx/dcd_lpc175x_6x.c b/src/portable/nxp/lpc17xx/dcd_lpc175x_6x.c index c0dea38c9..c0275abb2 100644 --- a/src/portable/nxp/lpc17xx/dcd_lpc175x_6x.c +++ b/src/portable/nxp/lpc17xx/dcd_lpc175x_6x.c @@ -55,7 +55,7 @@ typedef struct ATTR_ALIGNED(4) uint32_t next;
//------------- Word 1 -------------//
- uint16_t mode : 2; // either 00 normal or 01 ATLE(auto length extraction)
+ uint16_t atle_mode : 2; // 00: normal, 01: ATLE (auto length extraction)
uint16_t next_valid : 1;
uint16_t : 1; ///< reserved
uint16_t isochronous : 1; // is an iso endpoint
|
