tool/main.cpp
branchstable-1.5
changeset 2666 d9e14a0ddbd6
parent 2529 c7e1f2616a9d
--- a/tool/main.cpp	Fri Sep 16 12:35:09 2016 +0200
+++ b/tool/main.cpp	Fri Mar 03 13:33:17 2017 +0100
@@ -37,6 +37,7 @@
 
 #include "CommandAlias.h"
 #include "CommandConfig.h"
+#include "CommandCrc.h"
 #include "CommandCStruct.h"
 #include "CommandData.h"
 #include "CommandDebug.h"
@@ -277,6 +278,7 @@
 
     commandList.push_back(new CommandAlias());
     commandList.push_back(new CommandConfig());
+    commandList.push_back(new CommandCrc());
     commandList.push_back(new CommandCStruct());
     commandList.push_back(new CommandData());
     commandList.push_back(new CommandDebug());