X-Git-Url: http://git.rot13.org//?p=goodfet;a=blobdiff_plain;f=firmware%2Fapps%2Fusb%2Fmaxusb.c;fp=firmware%2Fapps%2Fusb%2Fmaxusb.c;h=825d22a5fbe3167f9606e8027b1d4ddf321f0719;hp=e093024b9456604dcda1ff220ff58f136345a267;hb=9a15171d9018b3305cd7cdbaa8abe6e52f8825c0;hpb=2d4fe6ee83444a71d01956a1bf43a0eedcd2284b 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."); }