X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=firmware%2Fapps%2Fusb%2Fmaxusb.c;h=825d22a5fbe3167f9606e8027b1d4ddf321f0719;hb=dd49731422f391ad8cfbc1910b9b5285f36f43bc;hp=dbe554a538f3510fcbb1a1059d3b3bd4ca988f10;hpb=f3480afd0970eb232b17070d8596e5d09aef2c7e;p=goodfet diff --git a/firmware/apps/usb/maxusb.c b/firmware/apps/usb/maxusb.c index dbe554a..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."); }