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-01 14:22:53 +08:00
parent 9feaecf3f3
commit b27d69dcad
6 changed files with 140 additions and 10 deletions

View File

@@ -19,7 +19,6 @@
#include "soc/rmt_periph.h"
#include "hal/rmt_ll.h"
#include "driver/gpio.h"
#include "esp_private/esp_clk.h"
#include "esp_private/periph_ctrl.h"
static const char *TAG = "rmt";