tweak for gomspace to normal function
This commit is contained in:
parent
d5a908ab75
commit
264a34d227
@ -570,7 +570,7 @@ ReturnValue_t GomspaceDeviceHandler::generateRequestFullCfgTableCmd(DeviceType d
|
|||||||
|
|
||||||
uint32_t GomspaceDeviceHandler::getTransitionDelayMs(Mode_t modeFrom, Mode_t modeTo) { return 0; }
|
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) {
|
ReturnValue_t GomspaceDeviceHandler::printStatus(DeviceCommandId_t cmd) {
|
||||||
sif::info << "No printHkTable implementation given.." << std::endl;
|
sif::info << "No printHkTable implementation given.." << std::endl;
|
||||||
|
Loading…
Reference in New Issue
Block a user