arch/arm/src/stm32f7/stm32_flash.c: Fix return value of stm32_flash_lock

This commit is contained in:
Juha Niskanen
2020-04-14 09:45:45 -06:00
committed by Abdelatif Guettouche
parent 61f6fa769a
commit 88971a15a5
+1 -1
View File
@@ -138,7 +138,7 @@ int stm32_flash_unlock(void)
return ret;
}
void stm32_flash_lock(void)
int stm32_flash_lock(void)
{
int ret;