Skip to content

Commit c9c00f8

Browse files
SuGliderCopilot
andauthored
fix(rmt): typo in commentary
Co-authored-by: Copilot <[email protected]>
1 parent 8883c30 commit c9c00f8

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
@@ -310,7 +310,7 @@ static bool _rmtWrite(int pin, rmt_data_t *data, size_t num_rmt_symbols, bool bl
310310
// loop == 1: infinite looping
311311
// loop > 1: transmit the data 'loop' times
312312
{
313-
char buf[12]; // place holder up to 5 + 1 + 5 + 1 bytes
313+
char buf[12]; // placeholder up to 5 + 1 + 5 + 1 bytes
314314
snprintf(buf, sizeof(buf), "%lu times", loop);
315315
log_v(
316316
"GPIO: %d - Currently in Loop Mode: [%s] | Loop Request: [%s], LoopCancel: [%s]", pin,

0 commit comments

Comments
 (0)