added more sd card stubs

This commit is contained in:
2021-07-05 12:09:31 +02:00
committed by Robin Mueller
parent a03f7b5058
commit 08c5c5ebeb
16 changed files with 213 additions and 9 deletions

View File

@ -83,9 +83,4 @@ void ObjectFactory::produceGenericObjects() {
pus::PUS_SERVICE_20);
new CService200ModeCommanding(objects::PUS_SERVICE_200_MODE_MGMT,
apid::EIVE_OBSW, pus::PUS_SERVICE_200);
/* Test Device Handler */
#if OBSW_ADD_TEST_CODE == 1
new TestTask(objects::TEST_TASK);
#endif
}