config table retrieval works
This commit is contained in:
@ -36,8 +36,8 @@ class P60DockHandler : public GomspaceDeviceHandler {
|
||||
*/
|
||||
virtual ReturnValue_t buildNormalDeviceCommand(DeviceCommandId_t* id) override;
|
||||
|
||||
virtual void letChildHandleHkReply(DeviceCommandId_t id, const uint8_t* packet) override;
|
||||
|
||||
void letChildHandleHkReply(DeviceCommandId_t id, const uint8_t* packet) override;
|
||||
void letChildHandleConfigReply(DeviceCommandId_t id, const uint8_t* packet) override;
|
||||
/**
|
||||
* This command handles printing the HK table to the console. This is useful for debugging
|
||||
* purposes
|
||||
|
Reference in New Issue
Block a user