mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Merged in david_s5/nuttx-3/david_s5/imxrtocotp-fixed-call-to-undefined-funct-1551382999506 (pull request #833)
imxrt:ocotp Fixed call to undefined function. Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
committed by
Gregory Nutt
parent
ee676290b2
commit
9342aba0bc
@@ -221,7 +221,7 @@ int imxrt_ocotp_reload()
|
||||
if (ret == OK)
|
||||
{
|
||||
imxrt_ocotp_reset_errors();
|
||||
imxrt_ocotp_setup_read_timing();
|
||||
imxrt_ocotp_initialize();
|
||||
|
||||
putreg32(OCOTP_CTRL_RELOAD_SHADOWS, IMXRT_OCOTP_CTRL_SET);
|
||||
ret = imxrt_ocotp_wait_for_completion(OCOTP_OPT_TIMEOUT_MS);
|
||||
|
||||
Reference in New Issue
Block a user