diff --git a/apps/plugins/firmware_flash.c b/apps/plugins/firmware_flash.c index 24fb3395b6..36b8873a8c 100644 --- a/apps/plugins/firmware_flash.c +++ b/apps/plugins/firmware_flash.c @@ -198,7 +198,7 @@ bool EraseSector(volatile UINT8* pAddr) /* address must be in an erased location */ -inline bool ProgramByte(volatile UINT8* pAddr, UINT8 data) +static inline bool ProgramByte(volatile UINT8* pAddr, UINT8 data) { #ifdef DUMMY (void)pAddr; /* prevents warnings */