archos: Shut up a compiler warning by marking an inline function as static
Change-Id: I6222b87159235a28f2b69b512f95eafb8dd60564
This commit is contained in:
parent
849320422c
commit
c8111eb5b7
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue