We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7597670 commit 36776a1Copy full SHA for 36776a1
components/hal/esp32c5/include/hal/efuse_ll.h
@@ -150,7 +150,9 @@ __attribute__((always_inline)) static inline void efuse_ll_rs_bypass_update(void
150
151
__attribute__((always_inline)) static inline uint32_t efuse_ll_get_controller_state(void)
152
{
153
- return EFUSE.status.state;
+ // TODO: IDF-12854
154
+ //return EFUSE.status.state;
155
+ return EFUSE_CONTROLLER_STATE_IDLE;
156
}
157
158
#ifdef __cplusplus
0 commit comments