tool/main.cpp
changeset 1995 7d748d9cf9e8
parent 1961 48f536aefc18
child 1968 4f682084c643
child 2010 87de63b19e4c
--- a/tool/main.cpp	Mon Oct 18 10:30:57 2010 +0200
+++ b/tool/main.cpp	Mon Oct 18 10:45:07 2010 +0200
@@ -52,6 +52,7 @@
 #include "CommandPdos.h"
 #include "CommandRegRead.h"
 #include "CommandRegWrite.h"
+#include "CommandRescan.h"
 #include "CommandSdos.h"
 #include "CommandSiiRead.h"
 #include "CommandSiiWrite.h"
@@ -307,6 +308,7 @@
     commandList.push_back(new CommandPdos());
     commandList.push_back(new CommandRegRead());
     commandList.push_back(new CommandRegWrite());
+    commandList.push_back(new CommandRescan());
     commandList.push_back(new CommandSdos());
     commandList.push_back(new CommandSiiRead());
     commandList.push_back(new CommandSiiWrite());