SDK: simplelink_cc32xx_sdk_7_10_00_13
ccs version 12.5.0.00007
ticlang version: v3.20.LTS
In example project "udpecho_CC3220SF_LAUNCHXL_freertos_ticlang" why "SL_PLATFORM_MULTI_THREADED" is not pre-defined?
Anyway we include rtos version of simplelink library "source/ti/drivers/net/wifi/ticlang/rtos/simplelink.a" which is build with SL_PLATFORM_MULTI_THREADED pre-define.
but project "udpecho_CC3220SF_LAUNCHXL_freertos_ticlang" doesn't have SL_PLATFORM_MULTI_THREADED so include file is looking wrong in simplelink.h : number 817
#ifdef SL_PLATFORM_MULTI_THREADED
#include "source/spawn.h"
#else
#include "source/nonos.h"
#endif
should SL_PLATFORM_MULTI_THREADED be pre-defined or not?

