Update Package #94

Merged
meierj merged 19 commits from mueller/update-package into develop 2021-09-17 08:01:18 +02:00
5 changed files with 30 additions and 51 deletions
Showing only changes of commit 9dff2e1479 - Show all commits

2
fsfw

Submodule fsfw updated: 40adca5f1d...c9bfc8464a

View File

@@ -23,6 +23,7 @@ GPSHyperionHandler::~GPSHyperionHandler() {}
void GPSHyperionHandler::doStartUp() { void GPSHyperionHandler::doStartUp() {
if(internalState == InternalStates::NONE) { if(internalState == InternalStates::NONE) {
commandExecuted = false; commandExecuted = false;
enablePeriodicReply(GpsHyperion::GPS_REPLY);
internalState = InternalStates::WAIT_FIRST_MESSAGE; internalState = InternalStates::WAIT_FIRST_MESSAGE;
} }