Skip to content

Commit 82f419d

Browse files
AllenZhang-NXPcfriedt
authored andcommitted
drivers: flash: Fixed the typo in clear_flash_caches
elif should be else Signed-off-by: Allen Zhang <[email protected]>
1 parent a8bf08b commit 82f419d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/flash/soc_flash_mcux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ static void clear_flash_caches(void)
124124
{
125125
FLASH_CacheClear();
126126
}
127-
#elif
127+
#else
128128
static void clear_flash_caches(void)
129129
{
130130
volatile uint32_t *const smscm_ocmdr0 = (volatile uint32_t *)0x40015400;

0 commit comments

Comments
 (0)