[logger] Add task_log_buffer_zephyr.cpp to platform source filter (#15081)

This commit is contained in:
J. Nick Koston
2026-03-22 12:29:12 -10:00
committed by GitHub
parent 27f3a5f5f4
commit 5cc4f6e85a

View File

@@ -614,6 +614,7 @@ FILTER_SOURCE_FILES = filter_source_files_from_platform(
PlatformFramework.RTL87XX_ARDUINO,
PlatformFramework.LN882X_ARDUINO,
},
"task_log_buffer_zephyr.cpp": {PlatformFramework.NRF52_ZEPHYR},
}
)