Skip to content

Commit eedf368

Browse files
SuGliderCopilot
andauthored
rmt(fix): improve code readness
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9915feb commit eedf368

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
@@ -435,7 +435,7 @@ bool rmtWriteRepeated(int pin, rmt_data_t *data, size_t num_rmt_symbols, uint32_
435435
return false;
436436
}
437437
if (loop_count == 1) {
438-
// send the RMT symbols once using non blocking write, like "looping" it a single time
438+
// send the RMT symbols once using non-blocking write (single non-looping transmission)
439439
return _rmtWrite(pin, data, num_rmt_symbols, false /*blocks*/, 0 /*looping*/, 0 /*N/A*/);
440440
} else {
441441
// write the RMT symbols for loop_count times

0 commit comments

Comments
 (0)