Исправлена ошибка RTC

This commit is contained in:
cfif 2024-12-18 17:48:36 +03:00
parent c35ba9aaa6
commit b0fc463b06
1 changed files with 1 additions and 1 deletions

2
Log.h
View File

@ -10,7 +10,7 @@ extern "C" {
#ifndef LOG_ENABLE #ifndef LOG_ENABLE
#define LOG_ENABLE 1 #define LOG_ENABLE 0
#endif #endif
#if LOG_ENABLE #if LOG_ENABLE