mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-17 01:12:59 +00:00
fix(rmt): fix the counting clock used by rx filter on esp32/s2
is always APB, independent to the channel clock selection Closes https://github.com/espressif/esp-idf/issues/13510
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
#include "soc/rmt_periph.h"
|
||||
#include "hal/rmt_ll.h"
|
||||
#include "driver/gpio.h"
|
||||
#include "esp_clk_tree.h"
|
||||
#include "esp_private/periph_ctrl.h"
|
||||
|
||||
static const char *TAG = "rmt";
|
||||
|
Reference in New Issue
Block a user