merged FwMessageTypes

This commit is contained in:
jakob.meier 2020-03-26 19:43:38 +01:00
parent e252a5b795
commit 0e56a094d3
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ enum FW_MESSAGE_TYPE {
MONITORING,
MEMORY,
PARAMETER,
FW_MESSAGES_COUNT
FW_MESSAGES_COUNT,
FILE_SYSTEM_MESSAGE
};
}