5f6ccbd1be
FreeRTOS/Source/include/FreeRTOSConfig.h makes sure configUSE_TRACE_FACILITY is always defined. But it's defined to 0 when TRACE_FACILITY is disabled. When #ifdef is used, the guarded blocks of code are always compiled and this results in link failure when TRACE_FACILITY is in fact not enabled. |
||
---|---|---|
.. | ||
content | ||
component.mk | ||
wificfg.c | ||
wificfg.h |