fixes for bbb build

This commit is contained in:
2021-05-05 22:47:24 +02:00
parent 5ace0dd61f
commit 0250d53e57
2 changed files with 10 additions and 1 deletions

View File

@ -47,7 +47,7 @@ void Factory::setStaticFrameworkObjectIds() {
LocalDataPoolManager::defaultHkDestination = objects::NO_OBJECT;
VerificationReporter::messageReceiver = objects::PUS_SERVICE_1_VERIFICATION;
TmPacketStored::timeStamperId = objects::TIME_STAMPER;
TmPacketBase::timeStamperId = objects::TIME_STAMPER;
}