diff options
| author | hathach <[email protected]> | 2020-04-17 22:10:31 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-04-17 22:10:31 +0700 |
| commit | ce6a81e74d806844f3a705c137dd5c4febbf891a (patch) | |
| tree | 8be2a846cd083e8f5d9af5f1f8381769e7b562be /src/class | |
| parent | 464b1e8e890866984c85505782540bd32e877581 (diff) | |
fix typo
Diffstat (limited to 'src/class')
| -rw-r--r-- | src/class/cdc/cdc_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/cdc/cdc_device.h b/src/class/cdc/cdc_device.h index 1db196c7b..69542a3b3 100644 --- a/src/class/cdc/cdc_device.h +++ b/src/class/cdc/cdc_device.h @@ -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 |
