renamed MESSAGE_TYPE to messagetypes

This commit is contained in:
2020-06-17 21:15:19 +02:00
parent 454524d213
commit 952fc7303a
12 changed files with 22 additions and 22 deletions

View File

@ -1,7 +1,7 @@
#ifndef FRAMEWORK_IPC_FWMESSAGETYPES_H_
#define FRAMEWORK_IPC_FWMESSAGETYPES_H_
namespace MESSAGE_TYPE {
namespace messagetypes {
//Remember to add new Message Types to the clearCommandMessage function!
enum FW_MESSAGE_TYPE {
COMMAND = 0,