Skip to content

Commit ba60ffa

Browse files
authored
fix(rmt): typo in commentary
1 parent 87cce35 commit ba60ffa

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
@@ -360,7 +360,7 @@ static bool _rmtWrite(int pin, rmt_data_t *data, size_t num_rmt_symbols, bool bl
360360
} else { // transmit OK
361361
if (loop > 0) {
362362
// rmt_ch_is_looping is used as a flag to indicate that RMT is in looping execution in order to
363-
// be cancelled whenever a new _rmtWrite() is executed while it is looping
363+
// be canceled whenever a new _rmtWrite() is executed while it is looping
364364
bus->rmt_ch_is_looping = true;
365365
} else {
366366
if (blocking) {

0 commit comments

Comments
 (0)