mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
driver: deprecate legacy rmt driver
The legacy driver is still available, but new feature won't be added. Enable RMT_SUPPRESS_DEPRECATE_WARN if you don't want to see the deprecated warnings.
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include "esp_intr_alloc.h"
|
||||
#include "esp_private/periph_ctrl.h"
|
||||
#include "driver/rmt.h"
|
||||
#include "driver/pulse_cnt.h"
|
||||
#include "driver/rmt_types_legacy.h"
|
||||
#include "soc/gpio_sig_map.h"
|
||||
#include "soc/gpio_periph.h"
|
||||
#include "soc/soc_caps.h"
|
||||
|
Reference in New Issue
Block a user