mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
Merge branch 'fix/bod_build' into 'master'
fix(bod): Fix bod build failed on esp32h21 See merge request espressif/esp-idf!47121
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "regi2c_pmu.h"
|
||||
|
||||
/**
|
||||
* @file regi2c_brownout.h
|
||||
* @brief Register definitions for brownout detector
|
||||
@@ -16,8 +14,8 @@
|
||||
* bus. These definitions are used via macros defined in regi2c_ctrl.h.
|
||||
*/
|
||||
|
||||
#define I2C_BOD I2C_PMU
|
||||
#define I2C_BOD_HOSTID I2C_PMU_HOSTID
|
||||
#define I2C_BOD 0x6D
|
||||
#define I2C_BOD_HOSTID 0
|
||||
|
||||
#define I2C_BOD_THRESHOLD 0xD
|
||||
#define I2C_BOD_THRESHOLD_MSB 6
|
||||
|
||||
Reference in New Issue
Block a user