Hi guys,
I am trying to use the Sensor Demo that came with ZStack. Since it is an old file I updated all the function calls. (ex. inituart to HalUARTInit etc). When I try to rebuild I get the following error:
Error[e46]: Undefined external "ZDiagsUpdateStats::?relay" referred in APS ( C:\Texas Instruments\Z-Stack Mesh 1.0.0\Projects\zstack\Libraries\TI2530DB\bin\Router-Pro.lib
How do I go about fixing this? I went into the ZDiags.c file and added "extern" in front of the ZDiagsUpdateStats, but that did not work.