refactor(rtcio): update comments for rtc_io header file

Closes https://github.com/espressif/esp-idf/issues/13735
This commit is contained in:
Song Ruo Jing
2024-12-20 20:44:49 +08:00
parent b92e993d56
commit 3fde2017cd
6 changed files with 38 additions and 38 deletions

View File

@@ -22,6 +22,7 @@
#include "esp_chip_info.h"
#include "esp_sleep.h"
#include "driver/rtc_io.h"
#include "driver/gpio.h"
#include "driver/uart.h"
#include "argtable3/argtable3.h"
#include "cmd_system.h"