I’m having an error compiling my devices.cpp
It says:
src/devices.cpp:16:39: error: ‘ChassisControllerFactory’ has not been declared
ChassisControllerIntegrated chassis = ChassisControllerFactory::create(
I’ve declared the ChassisControllerIntegrated but I’m not sure how to declared the factory
Any help is appreciated thanks