mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
arch/arm/src/imxrt/imxrt_ocotp.c: Eliminate 2 of 3 warnings found in build testing. I will need to talk with DavidS about the third.
This commit is contained in:
@@ -63,12 +63,12 @@
|
||||
* Private Function
|
||||
****************************************************************************/
|
||||
|
||||
static inline void imxrt_ocotp_reset_errors()
|
||||
static inline void imxrt_ocotp_reset_errorsvoid(void)
|
||||
{
|
||||
putreg32(OCOTP_CTRL_ERROR, IMXRT_OCOTP_CTRL_CLR);
|
||||
}
|
||||
|
||||
static void imxrt_ocotp_initialize()
|
||||
static void imxrt_ocotp_initialize(void)
|
||||
{
|
||||
static bool once = false;
|
||||
uint32_t read;
|
||||
|
||||
Reference in New Issue
Block a user