refactor(gpio): Move valid gpio_caps macro from driver layer to hal

This commit is contained in:
C.S.M
2025-07-14 13:28:44 +08:00
parent b65366d5c4
commit 001d01f93a
6 changed files with 40 additions and 31 deletions

View File

@@ -8,7 +8,6 @@
#include "esp_flash.h"
#include "memspi_host_driver.h"
#include "esp_flash_spi_init.h"
#include "driver/gpio.h"
#include "esp_rom_gpio.h"
#include "esp_rom_efuse.h"
#include "esp_log.h"