From 6d69864998530dff7e6bdbac56a936b4fec727f2 Mon Sep 17 00:00:00 2001 From: cfif Date: Tue, 10 Mar 2026 12:28:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- APP/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/APP/main.c b/APP/main.c index b29dccd..1ca1684 100644 --- a/APP/main.c +++ b/APP/main.c @@ -89,8 +89,8 @@ static _Noreturn void MainTransmitter_Thread(tBootMma *env) { NVM_STORAGE.nf_storage_param.logger = &env->slog.logger; NVM_STORAGE.nf_storage_calib.logger = &env->slog.logger; - bool result = DeviceStorage_Init(&env->storage, true, &NVM_STORAGE.interface_calib, &NVM_STORAGE.interface_param, - &env->slog.logger); +// bool result = DeviceStorage_Init(&env->storage, true, &NVM_STORAGE.interface_calib, &NVM_STORAGE.interface_param, +// &env->slog.logger); BootJumpToAddress(FIRMWARE_MAIN_ADDR);