tool/main.cpp
changeset 2669 878a657d920a
parent 2597 0e145bb05859
--- 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"
@@ -278,6 +279,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());