forked from espressif/esp-idf
Merge branch 'bugfix/idf-12854' into 'master'
Revert the change of force return efuse controller state idle Closes IDF-12854 See merge request espressif/esp-idf!38825
This commit is contained in:
@@ -162,9 +162,7 @@ __attribute__((always_inline)) static inline void efuse_ll_rs_bypass_update(void
|
||||
|
||||
__attribute__((always_inline)) static inline uint32_t efuse_ll_get_controller_state(void)
|
||||
{
|
||||
// TODO: IDF-12854
|
||||
//return EFUSE.status.state;
|
||||
return EFUSE_CONTROLLER_STATE_IDLE;
|
||||
return EFUSE.status.state;
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Reference in New Issue
Block a user