esp-open-rtos/extras/wificfg
David Kozub 5f6ccbd1be extras/wificfg: use #if when checking for configUSE_TRACE_FACILITY
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.
2019-10-03 21:20:23 +02:00
..
content wificfg: remove the AP WEP mode option (#514) 2017-12-13 21:29:49 +05:00
component.mk Add Wificfg 2017-08-30 13:51:32 +10:00
wificfg.c extras/wificfg: use #if when checking for configUSE_TRACE_FACILITY 2019-10-03 21:20:23 +02:00
wificfg.h extras/wificfg: make sure wificfg.h #includes all necessary files 2019-10-03 21:17:45 +02:00