Skip to content

Commit 8346673

Browse files
SuGliderCopilot
andauthored
fix(rmt): bad spelling in commentary
Co-authored-by: Copilot <[email protected]>
1 parent 6c8007f commit 8346673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal-rmt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ bool rmtWriteLooping(int pin, rmt_data_t *data, size_t num_rmt_symbols) {
423423
}
424424

425425
// Same as rmtWriteLooping(...) but limits number of loops to "loop_count"
426-
// loop_count shall be higher than 1 because 0 means no looping (single trnasmission)
426+
// loop_count shall be higher than 1 because 0 means no looping (single transmission)
427427
// 1 means infinite looping (it shall use rmtWriteLooping() instead)
428428
bool rmtWriteLoopingCount(int pin, rmt_data_t *data, size_t num_rmt_symbols, uint32_t loop_count) {
429429
if (loop_count <= 1) {

0 commit comments

Comments
 (0)