hw_support: fixed regi2c not protected by lock on ESP32S2

This commit is contained in:
Michael (XIAO Xufeng)
2022-01-05 06:08:37 +00:00
parent c6aeb86485
commit d5bdf95580
69 changed files with 421 additions and 646 deletions

View File

@@ -13,7 +13,7 @@
#include "esp_log.h"
#include "soc/io_mux_reg.h"
#include "soc/apb_saradc_reg.h"
#include "regi2c_ctrl.h"
#include "esp_private/regi2c_ctrl.h"
#include "hal/adc_ll.h"
#ifndef BOOTLOADER_BUILD