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=28c2da161d2aaa31ad77c0211ba8628dbbdbe7f0;hp=bc48133491a914d2b12cbd431d442b6e031ce0db;hb=6b7c1890ea90e22ec2c75506b274e21c35fc8af9;hpb=04e63f634d17c7dabe18bd9ce4e902b3df94cdca diff --git a/shellcode/chipcon/cc1110/reflexframe.c b/shellcode/chipcon/cc1110/reflexframe.c index bc48133..28c2da1 100644 --- a/shellcode/chipcon/cc1110/reflexframe.c +++ b/shellcode/chipcon/cc1110/reflexframe.c @@ -88,15 +88,14 @@ void main(){ //idle a bit. RFST=RFST_SIDLE; while(MARCSTATE!=MARC_STATE_IDLE); - - restore_settings(); - //idle a bit. - RFST=RFST_SFSTXON; - while(MARCSTATE!=MARC_STATE_FSTXON); + restore_settings(); + //idle a bit, unecessary + //RFST=RFST_SFSTXON; + //while(MARCSTATE!=MARC_STATE_FSTXON); - sleepMillis(5); + //sleepMillis(5); rxwait(); //idle w/ oscillator @@ -116,7 +115,7 @@ void main(){ carrier(); RFON; - sleepMillis(2000); + sleepMillis(200); //sleepMillis(20); //HALT;