Nothing important, just cleaning comments.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Mon, 2 Apr 2012 17:31:18 +0000 (17:31 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Mon, 2 Apr 2012 17:31:18 +0000 (17:31 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1131 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

firmware/apps/usb/maxusb.c

index e093024..825d22a 100644 (file)
@@ -21,9 +21,8 @@
 #include "platform.h"
 
 
 #include "platform.h"
 
 
-// define the spi app's app_t
+// define for the app list.
 app_t const maxusb_app = {
 app_t const maxusb_app = {
-
        /* app number */
        MAXUSB,
 
        /* app number */
        MAXUSB,
 
@@ -51,10 +50,8 @@ void maxusb_setup(){
   //Setup the configuration pins.
   //This might need some delays.
   CLRRST; //Put the chip into RESET.
   //Setup the configuration pins.
   //This might need some delays.
   CLRRST; //Put the chip into RESET.
-  //debugstr("MAXUSB is off.");
   SETSS;  //Deselect the chip, end any existing transation.
   SETRST; //Bring the chip out of RESET.
   SETSS;  //Deselect the chip, end any existing transation.
   SETRST; //Bring the chip out of RESET.
-  //debugstr("MAXUSB is on.");
 }
 
 
 }