working on bug fix flash save

This commit is contained in:
2022-12-14 08:32:28 +01:00
parent 54fef083bf
commit 9476d996ff
8 changed files with 105 additions and 20 deletions

View File

@ -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 );