update ctor call
This commit is contained in:
parent
0720dc5121
commit
797801ffde
@ -116,8 +116,7 @@ void ObjectFactory::produceGenericObjects() {
|
|||||||
|
|
||||||
#if OBSW_CONTROLLER_PRINTOUT == 1
|
#if OBSW_CONTROLLER_PRINTOUT == 1
|
||||||
#endif
|
#endif
|
||||||
new TestController(objects::TEST_CONTROLLER, objects::TEST_DEVICE_HANDLER_0,
|
new TestController(objects::TEST_CONTROLLER, objects::NO_OBJECT);
|
||||||
objects::TEST_DEVICE_HANDLER_1);
|
|
||||||
|
|
||||||
#endif /* OBSW_ADD_CONTROLLER_DEMO == 1 */
|
#endif /* OBSW_ADD_CONTROLLER_DEMO == 1 */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user