Обновление
This commit is contained in:
parent
0fe6ae7316
commit
3bf5e07399
|
|
@ -3,6 +3,7 @@
|
|||
//
|
||||
|
||||
#include "MainModesArbiter_Private.h"
|
||||
#include "InternalFlashPage.h"
|
||||
//#include "FirmwareMetadataSection.h"
|
||||
|
||||
#define LOGGER &env->slog.logger
|
||||
|
|
@ -47,6 +48,14 @@ static void Mma_InitSubSystems(tMma *env) {
|
|||
&env->CanSerialPortFrameXCP,
|
||||
&env->canPorts->Can0_IO,
|
||||
&env->rtcs->rtcI0,
|
||||
|
||||
0x00000000,
|
||||
nf_storage_calib_size,
|
||||
|
||||
nf_storage_calib_mainFlashPageAddress,
|
||||
nf_storage_calib_mainFlashPageAddress + nf_storage_calib_size,
|
||||
&bInternalFlashPage_ClearRange,
|
||||
&bInternalFlashPage_WriteFromRam,
|
||||
&env->slog.logger
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue