diff options
| author | hathach <[email protected]> | 2021-01-08 11:43:26 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-01-08 11:43:26 +0700 |
| commit | 3e1d85eed25c384cc9fe6e7e16fbfbdc491c5536 (patch) | |
| tree | 8c29e2238ddf22084020e9f526f009633f19c96b /src | |
| parent | cc5dfd03cd64b1faad7374f6207cb80837134c89 (diff) | |
comment clean up
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/microchip/samd/dcd_samd.c | 2 |
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 |
