From: travisutk Date: Fri, 24 Dec 2010 02:48:08 +0000 (+0000) Subject: Removed the delay for now. Works with it, however. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=8e9ea4afe6fe3dc788cef00258e35b124165e259;hp=875dc40329fd39cf956d5e0361f7350a01c240a2 Removed the delay for now. Works with it, however. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@810 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/shellcode/chipcon/cc1110/reflexframe.c b/shellcode/chipcon/cc1110/reflexframe.c index c789622..4dd3ecf 100644 --- a/shellcode/chipcon/cc1110/reflexframe.c +++ b/shellcode/chipcon/cc1110/reflexframe.c @@ -95,7 +95,7 @@ void main(){ //RFST=RFST_SFSTXON; //while(MARCSTATE!=MARC_STATE_FSTXON); - //sleepMillis(5); + //sleepMillis(100); rxwait(); //idle w/ oscillator @@ -118,7 +118,7 @@ void main(){ //sleepMillis(200); //sleepMillis(100); //sleepMillis(50); - sleepMillis(25); + sleepMillis(10); //HALT; } }