added and changed the variable Handler
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
#include "INIT_Initialization.h"
|
||||
|
||||
// Application
|
||||
//#include "VARH_VariableHandler.h"
|
||||
#include "VARH_VariableHandler.h"
|
||||
|
||||
//#include "RTOS_RealTimeOS.h"
|
||||
|
||||
@@ -170,6 +170,7 @@ PRIVATE VOID vInitTask( PVOID arg )
|
||||
|
||||
// boOK &= RTOS_boInitializeModule();
|
||||
boOK &= USFL_boInitializeModule();
|
||||
boOK &= VARH_boInitializeModule();
|
||||
boOK &= DIPO_boInitializeModule();
|
||||
|
||||
boOK &= ANPI_boInitializeModule();
|
||||
|
||||
Reference in New Issue
Block a user