From: travisutk Date: Fri, 26 Aug 2011 17:57:15 +0000 (+0000) Subject: Removed ECHOTEST, fixed typo in comment. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=c2162dc13a96d38dd3097c7f9ccdf96083f85616;ds=sidebyside Removed ECHOTEST, fixed typo in comment. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1034 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/firmware/goodfet.c b/firmware/goodfet.c index e75bda5..39cad44 100644 --- a/firmware/goodfet.c +++ b/firmware/goodfet.c @@ -103,9 +103,8 @@ int main(void) init(); txstring(MONITOR,OK,"http://goodfet.sf.net/"); - #ifdef ECHOTEST - while(1) serial0_tx(serial0_rx()); - #endif + //txstring(0xab,0xcd,"http://goodfet.sf.net/"); + //Command loop. There's no end! while(1) @@ -151,7 +150,7 @@ int main(void) verb = serial_rx(); len = rxword(); - //Read data, looking for buffer overflow.y + //Read data, looking for buffer overflow. if(len <= CMDDATALEN) { for(i = 0; i < len; i++)