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.
2 parents 8e0b1cf + 6411ed0 commit 40e1abfCopy full SHA for 40e1abf
components/hal/esp32c5/include/hal/efuse_ll.h
@@ -162,9 +162,7 @@ __attribute__((always_inline)) static inline void efuse_ll_rs_bypass_update(void
162
163
__attribute__((always_inline)) static inline uint32_t efuse_ll_get_controller_state(void)
164
{
165
- // TODO: IDF-12854
166
- //return EFUSE.status.state;
167
- return EFUSE_CONTROLLER_STATE_IDLE;
+ return EFUSE.status.state;
168
}
169
170
#ifdef __cplusplus
0 commit comments