Skip to content

Commit

Permalink
Update cores/esp32/esp32-hal-rmt.c
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Procházka <[email protected]>
  • Loading branch information
SuGlider and P-R-O-C-H-Y authored Feb 13, 2024
1 parent 6c2c5e7 commit 04852da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cores/esp32/esp32-hal-rmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ static bool _rmtWrite(int pin, rmt_data_t* data, size_t num_rmt_symbols, bool bl
rmt_enable(bus->rmt_channel_h);
bus->rmt_ch_is_looping = false; // not looping anymore
}
// sets the End of trnasmission level to HIGH if the user has requested so
// sets the End of Transmission level to HIGH if the user has requested so
if (bus->rmt_EOT_Level) {
transmit_cfg.flags.eot_level = 1; // EOT is HIGH
}
Expand Down

0 comments on commit 04852da

Please sign in to comment.