working on bug fix flash save
This commit is contained in:
@ -34,7 +34,7 @@ extern "C" {
|
||||
//=================================================================================================
|
||||
|
||||
#include "../SDEF_StandardDefinitions.h"
|
||||
|
||||
#include "VARH_VariableHandler.h"
|
||||
|
||||
|
||||
//=================================================================================================
|
||||
@ -87,8 +87,8 @@ extern "C" {
|
||||
//=================================================================================================
|
||||
|
||||
BOOL USFL_boInitializeModule( VOID );
|
||||
BOOL USFL_boGetVariable ( U8 u8Variable, U32 * u32Variable );
|
||||
BOOL USFL_boSetVariable ( U8 u8Variable, U32 u32Variable );
|
||||
BOOL USFL_boGetVariable ( U8 u8Variable, VARH_UVariable * uVariable );
|
||||
BOOL USFL_boSetVariable ( U8 u8Variable, VARH_UVariable uVariable );
|
||||
|
||||
BOOL USFL_vLock( VOID );
|
||||
BOOL USFL_vUnlock( VOID );
|
||||
|
Reference in New Issue
Block a user