fix(soc): soc header files can pass CI check

This commit is contained in:
morris
2023-06-25 16:14:58 +08:00
parent d18a03b0db
commit 1c0be26531
33 changed files with 103 additions and 103 deletions

View File

@@ -6,9 +6,9 @@
#include "sdkconfig.h"
#include "bootloader_random.h"
#include "soc/rtc_periph.h"
#include "soc/sens_periph.h"
#include "soc/syscon_periph.h"
#include "soc/sens_reg.h"
#include "soc/dport_reg.h"
#include "soc/syscon_reg.h"
#include "soc/i2s_periph.h"
#include "esp_log.h"
#include "soc/io_mux_reg.h"