X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Fapps%2Fusb%2Fmaxusb.c;h=e093024b9456604dcda1ff220ff58f136345a267;hp=dbe554a538f3510fcbb1a1059d3b3bd4ca988f10;hb=2d4fe6ee83444a71d01956a1bf43a0eedcd2284b;hpb=2f6dc7ff6da98e249560706dd14a8cda9ad23e51 diff --git a/firmware/apps/usb/maxusb.c b/firmware/apps/usb/maxusb.c index dbe554a..e093024 100644 --- a/firmware/apps/usb/maxusb.c +++ b/firmware/apps/usb/maxusb.c @@ -51,10 +51,10 @@ void maxusb_setup(){ //Setup the configuration pins. //This might need some delays. CLRRST; //Put the chip into RESET. - debugstr("MAXUSB is off."); + //debugstr("MAXUSB is off."); SETSS; //Deselect the chip, end any existing transation. SETRST; //Bring the chip out of RESET. - debugstr("MAXUSB is on."); + //debugstr("MAXUSB is on."); }