bugfix for prepareHealthSetReply function

This commit is contained in:
2022-05-09 10:47:23 +02:00
parent 1a07864a5f
commit 4e4820af05
3 changed files with 14 additions and 13 deletions

View File

@ -166,7 +166,7 @@ class CommandingServiceBase : public SystemObject,
* @param objectId Target object ID
* @return
* - @c RETURN_OK to generate a verification start message
* - @c EXECUTION_COMPELTE Fire-and-forget command. Generate a completion
* - @c EXECUTION_COMPLETE Fire-and-forget command. Generate a completion
* verification message.
* - @c Anything else rejects the packets and generates a start failure
* verification.