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 <90197375+P-R-O-C-H-Y@users.noreply.github.com>
  • Loading branch information
SuGlider and P-R-O-C-H-Y committed Feb 13, 2024
1 parent 04852da commit 5181fea
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 @@ -61,7 +61,7 @@ struct rmt_obj_s {
bool rmt_ch_is_looping; // Is this RMT TX Channel in LOOPING MODE?
size_t *num_symbols_read; // Pointer to the number of RMT symbol read by IDF RMT RX Done
uint32_t frequency_Hz; // RMT Frequency
uint8_t rmt_EOT_Level; // RMT End of Transmission Level - default it LOW
uint8_t rmt_EOT_Level; // RMT End of Transmission Level - default is LOW

#if !CONFIG_DISABLE_HAL_LOCKS
SemaphoreHandle_t g_rmt_objlocks; // Channel Semaphore Lock
Expand Down

0 comments on commit 5181fea

Please sign in to comment.