mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 12:44:33 +02:00
change(efuse): force return efuse controller state idle before efuse is supported
This commit is contained in:
@@ -150,7 +150,9 @@ __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)
|
||||
{
|
||||
return EFUSE.status.state;
|
||||
// TODO: IDF-12854
|
||||
//return EFUSE.status.state;
|
||||
return EFUSE_CONTROLLER_STATE_IDLE;
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Reference in New Issue
Block a user