Skip to content

Commit 6d9ebea

Browse files
authored
RMT: Fix RMT TX interrupt level (espressif#8813)
1 parent 6357663 commit 6d9ebea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/esp32/esp32-hal-rmt.c

+1
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ bool rmtInit(int pin, rmt_ch_dir_t channel_direction, rmt_reserve_memsize_t mem_
513513
tx_cfg.flags.with_dma = 0;
514514
tx_cfg.flags.io_loop_back = 0;
515515
tx_cfg.flags.io_od_mode = 0;
516+
tx_cfg.intr_priority = 0;
516517

517518
if (rmt_new_tx_channel(&tx_cfg, &bus->rmt_channel_h) != ESP_OK) {
518519
log_e("GPIO %d - RMT TX Initialization error.", pin);

0 commit comments

Comments
 (0)