X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=firmware%2Fapps%2Fusb%2Fmaxusb.c;h=825d22a5fbe3167f9606e8027b1d4ddf321f0719;hb=717f47e2e1a087fb915e2b8774a2b72d93aec2ae;hp=e093024b9456604dcda1ff220ff58f136345a267;hpb=2d4fe6ee83444a71d01956a1bf43a0eedcd2284b;p=goodfet diff --git a/firmware/apps/usb/maxusb.c b/firmware/apps/usb/maxusb.c index e093024..825d22a 100644 --- a/firmware/apps/usb/maxusb.c +++ b/firmware/apps/usb/maxusb.c @@ -21,9 +21,8 @@ #include "platform.h" -// define the spi app's app_t +// define for the app list. app_t const maxusb_app = { - /* 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. - //debugstr("MAXUSB is off."); SETSS; //Deselect the chip, end any existing transation. SETRST; //Bring the chip out of RESET. - //debugstr("MAXUSB is on."); }