This commit is contained in:
hathach 2020-04-17 22:10:31 +07:00
parent 464b1e8e89
commit ce6a81e74d
No known key found for this signature in database
GPG Key ID: 2FA891220FBFD581
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ int32_t tud_cdc_n_read_char (uint8_t itf);
// Clear the received FIFO
void tud_cdc_n_read_flush (uint8_t itf);
// Get a byte from FIFO at the specified position without revmoing it
// Get a byte from FIFO at the specified position without removing it
bool tud_cdc_n_peek (uint8_t itf, int pos, uint8_t* u8);
// Write bytes to TX FIFO, data may remain in the FIFO for a while