This commit is contained in:
J. Nick Koston
2026-02-04 06:55:06 +01:00
parent d9261ae66d
commit b39b2fbe23
+1 -1
View File
@@ -42,7 +42,7 @@ struct device;
#endif
// Platforms that support thread names in log output
#ifdef USE_LOGGER_THREAD_NAME
#if defined(USE_ESP32) || defined(USE_LIBRETINY) || defined(USE_ZEPHYR) || defined(USE_HOST)
#define USE_LOGGER_THREAD_NAME
#endif