We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04852da commit 5181feaCopy full SHA for 5181fea
cores/esp32/esp32-hal-rmt.c
@@ -61,7 +61,7 @@ struct rmt_obj_s {
61
bool rmt_ch_is_looping; // Is this RMT TX Channel in LOOPING MODE?
62
size_t *num_symbols_read; // Pointer to the number of RMT symbol read by IDF RMT RX Done
63
uint32_t frequency_Hz; // RMT Frequency
64
- 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
65
66
#if !CONFIG_DISABLE_HAL_LOCKS
67
SemaphoreHandle_t g_rmt_objlocks; // Channel Semaphore Lock
0 commit comments