Skip to content

Commit 4d836d0

Browse files
authored
fix(rmt): commentary complement
1 parent 8775dd1 commit 4d836d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal-rmt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ bool rmtWriteAsync(int pin, rmt_data_t *data, size_t num_rmt_symbols);
125125

126126
/**
127127
Writing data up to the reserved memsize, looping continuously (rmtWriteLooping()) or fixed
128-
number of times (rmtWriteRepeated())
128+
number of <loop_count> times (rmtWriteRepeated())
129129
130130
<rmt_symbol> is a 32 bits structure as defined by rmt_data_t type.
131131
It is possible to use the macro RMT_SYMBOLS_OF(data), if data is an array of rmt_data_t

0 commit comments

Comments
 (0)