tool/main.cpp
changeset 1388 3c886ec376f5
parent 1363 11c0b2caa253
child 1422 d41e4537b75f
--- a/tool/main.cpp	Wed Apr 08 12:10:01 2009 +0000
+++ b/tool/main.cpp	Wed Apr 08 12:48:59 2009 +0000
@@ -45,8 +45,8 @@
 #include "CommandFoeWrite.h"
 #include "CommandMaster.h"
 #include "CommandPdos.h"
-#include "CommandPhyRead.h"
-#include "CommandPhyWrite.h"
+#include "CommandRegRead.h"
+#include "CommandRegWrite.h"
 #include "CommandSdos.h"
 #include "CommandSiiRead.h"
 #include "CommandSiiWrite.h"
@@ -299,8 +299,8 @@
     commandList.push_back(new CommandFoeWrite());
     commandList.push_back(new CommandMaster());
     commandList.push_back(new CommandPdos());
-    commandList.push_back(new CommandPhyRead());
-    commandList.push_back(new CommandPhyWrite());
+    commandList.push_back(new CommandRegRead());
+    commandList.push_back(new CommandRegWrite());
     commandList.push_back(new CommandSdos());
     commandList.push_back(new CommandSiiRead());
     commandList.push_back(new CommandSiiWrite());