added new message type (hk)

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

View File

@ -15,6 +15,7 @@ enum FW_MESSAGE_TYPE {
MEMORY,
PARAMETER,
FILE_SYSTEM_MESSAGE,
HOUSEKEEPING,
FW_MESSAGES_COUNT,
};