Dependents:   Test_Wiimote

Revision:
3:37e5ebd509ea
Parent:
2:5c2bfbd63297
--- a/TestShell.cpp	Sat Dec 17 06:53:39 2011 +0000
+++ b/TestShell.cpp	Sat Dec 17 06:59:19 2011 +0000
@@ -382,6 +382,9 @@
         myWiiMAC = wiiMAC;
         for(;;)
         {
+            
+            USBLoop();
+            /*            
             const char* cmd = ReadLine();
             if (strcmp(cmd,"scan") == 0 || strcmp(cmd,"inquiry") == 0)
                 Inquiry();
@@ -398,6 +401,7 @@
             } else {
                 printf("eh? %s\n",cmd);
             }
+            */
         }
     }
 };