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:
morris
2024-04-02 18:21:45 +08:00
parent d908150adc
commit 9ada0b029a
4 changed files with 142 additions and 11 deletions

View File

@@ -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";