You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The child task ReceiveTaskRun() should be calling CFE_Status_t CFE_ES_RegisterChildTask(void) at startup and void CFE_ES_ExitChildTask(void) at termination.
Once registered, this should allow removal of "TVS_IO" from the prints in the child task
The text was updated successfully, but these errors were encountered:
The child task
ReceiveTaskRun()
should be callingCFE_Status_t CFE_ES_RegisterChildTask(void)
at startup andvoid CFE_ES_ExitChildTask(void)
at termination.Once registered, this should allow removal of "TVS_IO" from the prints in the child task
The text was updated successfully, but these errors were encountered: