fw message count one line further

This commit is contained in:
Robin Müller 2020-06-05 20:38:59 +02:00
parent 0d4d4123ab
commit e9a9a543ce
1 changed files with 1 additions and 1 deletions

View File

@ -16,8 +16,8 @@ enum FW_MESSAGE_TYPE {
PARAMETER,
FILE_SYSTEM_MESSAGE,
HOUSEKEEPING,
FW_MESSAGES_COUNT,
FW_MESSAGES_COUNT,
};
}