clean up a bit

This commit is contained in:
Robin Müller 2022-08-16 17:18:27 +02:00
parent 9354b1801a
commit 3f83109513
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 0 additions and 3 deletions

View File

@ -159,8 +159,5 @@ void Factory::setStaticFrameworkObjectIds() {
CommandingServiceBase::defaultPacketSource = objects::PUS_DISTRIBUTOR;
CommandingServiceBase::defaultPacketDestination = objects::TM_FUNNEL;
VerificationReporter::DEFAULT_REPORTER = objects::TC_VERIFICATOR;
VerificationReporter::DEFAULT_RECEIVER = objects::PUS_SERVICE_1_VERIFICATION;
// TmPacketBase::timeStamperId = objects::TIME_STAMPER;
}