fixed order

This commit is contained in:
Robin Müller 2020-06-02 23:52:31 +02:00
parent 54edeacb2d
commit 6972e72fbf
1 changed files with 2 additions and 1 deletions

View File

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