tool/main.cpp
changeset 2597 0e145bb05859
parent 2589 2b9c78543663
child 2669 878a657d920a
--- a/tool/main.cpp	Thu Nov 06 08:55:35 2014 +0100
+++ b/tool/main.cpp	Wed Nov 12 14:42:17 2014 +0100
@@ -48,6 +48,7 @@
 #include "CommandFoeRead.h"
 #include "CommandFoeWrite.h"
 #include "CommandGraph.h"
+#include "CommandIp.h"
 #include "CommandMaster.h"
 #include "CommandPdos.h"
 #include "CommandRegRead.h"
@@ -288,6 +289,7 @@
     commandList.push_back(new CommandFoeRead());
     commandList.push_back(new CommandFoeWrite());
     commandList.push_back(new CommandGraph());
+    commandList.push_back(new CommandIp());
     commandList.push_back(new CommandMaster());
     commandList.push_back(new CommandPdos());
     commandList.push_back(new CommandRegRead());