tweak for gomspace to normal function

This commit is contained in:
Robin Müller 2022-11-03 10:24:55 +01:00
parent d5a908ab75
commit 264a34d227
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -570,7 +570,7 @@ ReturnValue_t GomspaceDeviceHandler::generateRequestFullCfgTableCmd(DeviceType d
uint32_t GomspaceDeviceHandler::getTransitionDelayMs(Mode_t modeFrom, Mode_t modeTo) { return 0; }
void GomspaceDeviceHandler::setModeNormal() { setMode(MODE_NORMAL); }
void GomspaceDeviceHandler::setModeNormal() { setMode(_MODE_TO_NORMAL); }
ReturnValue_t GomspaceDeviceHandler::printStatus(DeviceCommandId_t cmd) {
sif::info << "No printHkTable implementation given.." << std::endl;