1
0
forked from fsfw/fsfw

little formatting changes

This commit is contained in:
2020-07-11 14:29:30 +02:00
parent e4f795d209
commit 799846d89f
2 changed files with 7 additions and 6 deletions

View File

@ -35,7 +35,7 @@
class HasActionsIF {
public:
static const uint8_t INTERFACE_ID = CLASS_ID::HAS_ACTIONS_IF;
static const ReturnValue_t IS_BUSY = MAKE_RETURN_CODE(1);//!<
static const ReturnValue_t IS_BUSY = MAKE_RETURN_CODE(1);
static const ReturnValue_t INVALID_PARAMETERS = MAKE_RETURN_CODE(2);
static const ReturnValue_t EXECUTION_FINISHED = MAKE_RETURN_CODE(3);
static const ReturnValue_t INVALID_ACTION_ID = MAKE_RETURN_CODE(4);