hw_support: move rtc_ctrl from driver to hw_support

This commit is contained in:
morris
2022-04-29 13:40:23 +08:00
parent 88766de666
commit 9ab4abfb46
20 changed files with 37 additions and 23 deletions

View File

@@ -18,7 +18,7 @@
#include "freertos/timers.h"
#include "esp_intr_alloc.h"
#include "driver/rtc_io.h"
#include "driver/rtc_cntl.h"
#include "esp_private/rtc_ctrl.h"
#include "driver/gpio.h"
#include "driver/adc.h"