summaryrefslogtreecommitdiff
path: root/apps/plugins/firmware_flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/firmware_flash.c')
-rw-r--r--apps/plugins/firmware_flash.c2
1 files changed, 1 insertions, 1 deletions
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)
198 198
199 199
200/* address must be in an erased location */ 200/* address must be in an erased location */
201inline bool ProgramByte(volatile UINT8* pAddr, UINT8 data) 201static inline bool ProgramByte(volatile UINT8* pAddr, UINT8 data)
202{ 202{
203#ifdef DUMMY 203#ifdef DUMMY
204 (void)pAddr; /* prevents warnings */ 204 (void)pAddr; /* prevents warnings */