[core] Remove public FreeRTOS dependency

This commit is contained in:
Kuba Szczodrzyński
2023-03-03 18:36:54 +01:00
parent 47daefe675
commit 6d2b653f61
6 changed files with 15 additions and 52 deletions

View File

@@ -93,7 +93,7 @@ void lt_log_disable();
#define LT_FM(...)
#endif
#if LT_LOG_HEAP
#if LT_LOG_HEAP && LT_HAS_FREERTOS
#define LT_HEAP_I() LT_I("Free heap: %u", LT_HEAP_FUNC());
#else
#define LT_HEAP_I()