Обновление

This commit is contained in:
cfif 2025-11-17 16:28:51 +03:00
parent 0fe6ae7316
commit 3bf5e07399
1 changed files with 9 additions and 0 deletions

View File

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