From 9a15171d9018b3305cd7cdbaa8abe6e52f8825c0 Mon Sep 17 00:00:00 2001 From: travisutk Date: Mon, 2 Apr 2012 17:31:18 +0000 Subject: [PATCH] Nothing important, just cleaning comments. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1131 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- firmware/apps/usb/maxusb.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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."); } -- 2.20.1