Skip to content

Commit 04852da

Browse files
Update cores/esp32/esp32-hal-rmt.c
Co-authored-by: Jan Procházka <[email protected]>
1 parent 6c2c5e7 commit 04852da

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
@@ -331,7 +331,7 @@ static bool _rmtWrite(int pin, rmt_data_t* data, size_t num_rmt_symbols, bool bl
331331
rmt_enable(bus->rmt_channel_h);
332332
bus->rmt_ch_is_looping = false; // not looping anymore
333333
}
334-
// sets the End of trnasmission level to HIGH if the user has requested so
334+
// sets the End of Transmission level to HIGH if the user has requested so
335335
if (bus->rmt_EOT_Level) {
336336
transmit_cfg.flags.eot_level = 1; // EOT is HIGH
337337
}

0 commit comments

Comments
 (0)