From c3140af27436e14593ea5db412ab4c39f568870e Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 28 Nov 2018 17:54:11 +0700 Subject: correct TUD_OPT_HIGH_SPEED --- src/portable/nxp/lpc17xx/dcd_lpc175x_6x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/portable') 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 -- cgit v1.3.1