Boilerplate Code to make ploc and star tracker compile
This commit is contained in:
@ -44,8 +44,7 @@ class StarTrackerHandler : public DeviceHandlerBase {
|
||||
* @brief Overwrite this function from DHB to handle commands executed by the str image
|
||||
* loader task.
|
||||
*/
|
||||
ReturnValue_t executeAction(ActionId_t actionId, MessageQueueId_t commandedBy,
|
||||
const uint8_t* data, size_t size) override;
|
||||
ReturnValue_t executeAction(Action* action) override;
|
||||
|
||||
void performOperationHook() override;
|
||||
|
||||
|
Reference in New Issue
Block a user