1
0
forked from fsfw/fsfw

changed action handling slightly

This commit is contained in:
2022-07-20 16:59:42 +02:00
parent ef18377cef
commit f56646d2c3
8 changed files with 13 additions and 10 deletions

View File

@ -37,7 +37,7 @@ class ActionHelperOwnerMockBase : public HasActionsIF {
ActionHelper* getActionHelper() override { return &actionHelper; }
ReturnValue_t executeAction(Action* action, MessageQueueId_t commandedBy) override {
ReturnValue_t executeAction(Action* action) override {
executeActionCalled = true;
if (size > MAX_SIZE) {
return 0xAFFE;