added cmake support

This commit is contained in:
2020-12-29 01:09:59 +01:00
committed by Robin Mueller
parent 039c813b0d
commit b3047c4ab6
46 changed files with 1235 additions and 20 deletions

View File

@ -11,7 +11,7 @@ class CommandMessage;
* <fsfw/ipc/FwMessageTypes.h>
* @param message Generic Command Message
*/
namespace messagetypes{
namespace messagetypes {
enum MESSAGE_TYPE {
MISSION_MESSAGE_TYPE_START = FW_MESSAGES_COUNT,
};