summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-01-08 11:43:26 +0700
committerhathach <[email protected]>2021-01-08 11:43:26 +0700
commit3e1d85eed25c384cc9fe6e7e16fbfbdc491c5536 (patch)
tree8c29e2238ddf22084020e9f526f009633f19c96b
parentcc5dfd03cd64b1faad7374f6207cb80837134c89 (diff)
comment clean up
-rw-r--r--src/portable/microchip/samd/dcd_samd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/microchip/samd/dcd_samd.c b/src/portable/microchip/samd/dcd_samd.c
index 4806342cc..68a15672a 100644
--- a/src/portable/microchip/samd/dcd_samd.c
+++ b/src/portable/microchip/samd/dcd_samd.c
@@ -45,7 +45,7 @@ static TU_ATTR_ALIGNED(4) UsbDeviceDescBank sram_registers[8][2];
// PCKSIZE.SIZE minus one, only the first CRC data is written to the data buffer.
// If the number of received data is equal or less than the data payload specified
// by PCKSIZE.SIZE minus two, both CRC data bytes are written to the data buffer.
-// Therefore we will increase it to 10 bytes just to be safe
+// Therefore we will need to increase it to 10 bytes here.
static TU_ATTR_ALIGNED(4) uint8_t _setup_packet[8+2];
// ready for receiving SETUP packet