Skip to content

Commit a92d64f

Browse files
SuGliderCopilot
andauthored
fix(rmt): typo in commentary
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c5993be commit a92d64f

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

0 commit comments

Comments
 (0)