Skip to content

Commit 5181fea

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal-rmt.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ struct rmt_obj_s {
6161
bool rmt_ch_is_looping; // Is this RMT TX Channel in LOOPING MODE?
6262
size_t *num_symbols_read; // Pointer to the number of RMT symbol read by IDF RMT RX Done
6363
uint32_t frequency_Hz; // RMT Frequency
64-
uint8_t rmt_EOT_Level; // RMT End of Transmission Level - default it LOW
64+
uint8_t rmt_EOT_Level; // RMT End of Transmission Level - default is LOW
6565

6666
#if !CONFIG_DISABLE_HAL_LOCKS
6767
SemaphoreHandle_t g_rmt_objlocks; // Channel Semaphore Lock

0 commit comments

Comments
 (0)