mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
arch/arm/src/stm32f7/stm32_flash.c: Fix return value of stm32_flash_lock
This commit is contained in:
committed by
Abdelatif Guettouche
parent
61f6fa769a
commit
88971a15a5
@@ -138,7 +138,7 @@ int stm32_flash_unlock(void)
|
||||
return ret;
|
||||
}
|
||||
|
||||
void stm32_flash_lock(void)
|
||||
int stm32_flash_lock(void)
|
||||
{
|
||||
int ret;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user