somethings wrong

This commit is contained in:
2021-03-12 00:45:32 +01:00
parent 6e5b032dbb
commit df7434dae5
3 changed files with 10 additions and 2 deletions
+2 -2
View File
@@ -122,8 +122,8 @@ ReturnValue_t TcWinUdpPollingTask::initialize() {
}
ReturnValue_t TcWinUdpPollingTask::initializeAfterTaskCreation() {
// Initialize the destination after task creation. This ensures
// that the destination has already been set in the TMTC bridge.
/* Initialize the destination after task creation. This ensures
that the destination has already been set in the TMTC bridge. */
targetTcDestination = tmtcBridge->getRequestQueue();
return HasReturnvaluesIF::RETURN_OK;
}