added more package pin comments
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2021-09-13 11:48:11 +02:00
parent 63ec5d6338
commit c67a7ef1d8
4 changed files with 25 additions and 21 deletions

View File

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