Skip to content

Commit 1fc148d

Browse files
authored
fix: typo and commentaries
This fixes a few commentaries. Just a typo error.
1 parent e30b0bf commit 1fc148d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cores/esp32/HWCDC.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ static void flushTXBuffer(const uint8_t *buffer, size_t size) {
213213
if (queued_size && queued_buff != NULL) {
214214
vRingbufferReturnItem(tx_ring_buf, (void *)queued_buff);
215215
}
216-
// now add the new data that fits to the ring buffer
216+
// now add the new data that fits into the ring buffer
217217
uint8_t *bptr = (uint8_t *)buffer;
218218
if (size >= ringbufferLength) {
219219
size = ringbufferLength;

0 commit comments

Comments
 (0)