Boilerplate Code to make ploc and star tracker compile

This commit is contained in:
2022-07-27 23:09:05 +02:00
parent 24297a6a97
commit d92b1b170d
6 changed files with 19 additions and 14 deletions

View File

@ -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;