arch/arm/src/imxrt/imxrt_ocotp.c: Fix a typo that I introduced trying to fix a warning.
This commit is contained in:
parent
be3dd0bac6
commit
787d7dc8b7
@ -63,7 +63,7 @@
|
||||
* Private Function
|
||||
****************************************************************************/
|
||||
|
||||
static inline void imxrt_ocotp_reset_errorsvoid(void)
|
||||
static inline void imxrt_ocotp_reset_errors(void)
|
||||
{
|
||||
putreg32(OCOTP_CTRL_ERROR, IMXRT_OCOTP_CTRL_CLR);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user