diff --git a/components/hal/esp32c5/include/hal/efuse_ll.h b/components/hal/esp32c5/include/hal/efuse_ll.h index 081f6242b2..fcf80ba519 100644 --- a/components/hal/esp32c5/include/hal/efuse_ll.h +++ b/components/hal/esp32c5/include/hal/efuse_ll.h @@ -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