1
0
forked from fsfw/fsfw

fixed CommandMessageTypo

and integrated HasActionsIF interface changes
This commit is contained in:
2020-07-16 12:49:53 +02:00
parent 7a4a2f986a
commit 307c954007
9 changed files with 49 additions and 36 deletions

View File

@ -74,7 +74,7 @@ void TmStoreMessage::clear(CommandMessage* cmd) {
case DELETE_STORE_CONTENT_BLOCKS:
case DOWNLINK_STORE_CONTENT_BLOCKS:
case REPORT_INDEX_REQUEST:
cmd->setCommand(UNKNOW_COMMAND);
cmd->setCommand(UNKNOWN_COMMAND);
cmd->setParameter(0);
cmd->setParameter2(0);
break;