refactor(gpio): split GPIO HAL into separate component

cleaned up some includes in GPIO peripheral files
This commit is contained in:
Song Ruo Jing
2025-10-27 19:09:27 +08:00
parent c68237f5fa
commit 1862fdec74
195 changed files with 367 additions and 369 deletions

View File

@@ -10,7 +10,6 @@
#include "soc/dport_reg.h"
#include "soc/syscon_reg.h"
#include "esp_log.h"
#include "soc/io_mux_reg.h"
#include "soc/apb_saradc_reg.h"
#include "esp_private/regi2c_ctrl.h"
#include "hal/adc_ll.h"