1
0
forked from fsfw/fsfw

better comments

This commit is contained in:
2020-10-29 13:34:53 +01:00
parent edb2d3848d
commit 4557a2eb36
3 changed files with 8 additions and 3 deletions

View File

@ -57,8 +57,9 @@ public:
* @param commandId ID of the executed command
* @param result Result of the execution
*/
void step(uint8_t step, MessageQueueId_t reportTo, ActionId_t commandId,
ReturnValue_t result = HasReturnvaluesIF::RETURN_OK);
void step(uint8_t step, MessageQueueId_t reportTo,
ActionId_t commandId,
ReturnValue_t result = HasReturnvaluesIF::RETURN_OK);
/**
* Function to be called by the owner to send a action completion message
*