From: travisutk Date: Mon, 2 Apr 2012 17:31:18 +0000 (+0000) Subject: Nothing important, just cleaning comments. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=9a15171d9018b3305cd7cdbaa8abe6e52f8825c0;ds=sidebyside Nothing important, just cleaning comments. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1131 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- 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."); }