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 31 additions and 51 deletions
Showing only changes of commit a66a76609f - Show all commits

2
fsfw

Submodule fsfw updated: 40adca5f1d...c9bfc8464a

View File

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