mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-17 07:09:37 +00:00
G0 RISC-V: Remove "private_include/regi2c_brownout.h" header as it has been moved and simplify "regi2c_ctrl.h"
This commit is contained in:
@@ -17,13 +17,7 @@
|
||||
#include "soc/rtc_cntl_struct.h"
|
||||
#include "soc/rtc_cntl_reg.h"
|
||||
#include "hal/misc.h"
|
||||
#include "esp_rom_regi2c.h"
|
||||
|
||||
#if __has_include("esp_private/regi2c_ctrl.h")
|
||||
#include "esp_private/regi2c_ctrl.h"
|
||||
#else
|
||||
#define REGI2C_WRITE_MASK(block, reg_add, indata) esp_rom_regi2c_write_mask(block, block##_HOSTID, reg_add, reg_add##_MSB, reg_add##_LSB, indata)
|
||||
#endif
|
||||
#include "hal/regi2c_ctrl.h"
|
||||
|
||||
#include "soc/regi2c_saradc.h"
|
||||
|
||||
|
Reference in New Issue
Block a user