arch/arm/src/imxrt/imxrt_ocotp.c: Fix a typo that I introduced trying to fix a warning.

This commit is contained in:
Gregory Nutt 2019-03-02 09:27:45 -06:00
parent be3dd0bac6
commit 787d7dc8b7

View File

@ -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);
}