-
Bug
-
Resolution: Fixed
-
Medium
-
PDK
-
PDK-12233
-
PROCESSOR_SDK_08.04.00
-
PROCESSOR_SDK_08.06.00
-
In sciserver_hwiData.h, the structures which hold the HWI and Task data are defined as static.
When compiling the sciserver_tirtos library, there are two source files which include the aformentioned header: sciserver.c and sciserver_tirtos.c. This leads to multiple creations of the same data and additional confusion.