update ctor call

This commit is contained in:
Robin Mueller 2022-04-11 14:18:20 +02:00
parent 0720dc5121
commit 797801ffde
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 1 additions and 2 deletions

View File

@ -116,8 +116,7 @@ void ObjectFactory::produceGenericObjects() {
#if OBSW_CONTROLLER_PRINTOUT == 1
#endif
new TestController(objects::TEST_CONTROLLER, objects::TEST_DEVICE_HANDLER_0,
objects::TEST_DEVICE_HANDLER_1);
new TestController(objects::TEST_CONTROLLER, objects::NO_OBJECT);
#endif /* OBSW_ADD_CONTROLLER_DEMO == 1 */