Обновление

This commit is contained in:
cfif 2026-04-14 16:20:17 +03:00
parent 404bd02568
commit 302541d74e
1 changed files with 4 additions and 2 deletions

View File

@ -114,8 +114,8 @@ static void Mma_InitSubSystems(tMma *env) {
nf_storage_calib_mainFlashPageAddress,
nf_storage_calib_recoveryFlashPageAddress + nf_storage_calib_size,
&bInternalFlashPage_ClearRange,
&bInternalFlashPage_WriteFromRam,
&D_bInternalFlashPage_ClearRange,
&D_bInternalFlashPage_WriteFromRam,
&env->storage.dumpObserver,
&env->slog.logger
);
@ -161,6 +161,8 @@ static void Mma_InitSubSystems(tMma *env) {
&env->storage,
&env->canSpamTransmitter,
&env->adcTask0,
&P_bInternalFlashPage_ClearRange,
&P_bInternalFlashPage_WriteFromRam,
&env->slog.logger);
CanSerialPortCanUds_Start(&env->canUds);