Обновление
This commit is contained in:
parent
404bd02568
commit
302541d74e
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue