X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=shellcode%2Fchipcon%2Fcc1110%2Freflexframe.c;fp=shellcode%2Fchipcon%2Fcc1110%2Freflexframe.c;h=4dd3ecf3a59ac82d57f93265bc4e789ea190ba01;hp=c7896226758a82b60f845168a95fe87c2e5a633a;hb=8e9ea4afe6fe3dc788cef00258e35b124165e259;hpb=875dc40329fd39cf956d5e0361f7350a01c240a2;ds=sidebyside 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; } }