1
0
forked from fsfw/fsfw

some bugfixes and improvements

This commit is contained in:
2020-09-02 17:59:26 +02:00
parent 15bb0aee98
commit ae9bc39bda
2 changed files with 10 additions and 5 deletions

View File

@ -323,6 +323,8 @@ protected:
* @param packet
* @return
* - @c RETURN_OK when the reply was interpreted.
* - @c IGNORE_REPLY_DATA Ignore the reply and don't reset reply cycle
* counter.
* - @c RETURN_FAILED when the reply could not be interpreted,
* e.g. logical errors or range violations occurred
*/