вернута логизация свободной памяти в куче

This commit is contained in:
parent 030c99e7ed
commit ae492a5b51
1 changed files with 3 additions and 3 deletions

View File

@ -512,9 +512,9 @@ static _Noreturn void Mma_Thread(tMma *env) {
EgtsProcessing_Start(&env->egtsProcessing); EgtsProcessing_Start(&env->egtsProcessing);
#endif #endif
// volatile size_t size = xPortGetMinimumEverFreeHeapSize(); volatile size_t size = xPortGetMinimumEverFreeHeapSize();
// uint32_t sizeStorage = sizeof(tDeviceDataNonVolatile); uint32_t sizeStorage = sizeof(tDeviceDataNonVolatile);
// LoggerStrFormatInfo(LOGGER, LOG_SIGN, "Свободно %u байт в куче. Размер хранилища %u", size, sizeStorage); LoggerStrFormatInfo(LOGGER, LOG_SIGN, "Свободно %u байт в куче. Размер хранилища %u", size, sizeStorage);
eDeviceModes indicationState; eDeviceModes indicationState;
tUserInputButtonEvent buttonEvent; tUserInputButtonEvent buttonEvent;