From bd935167cc7fed70c58110beb0b5ee12d56935e8 Mon Sep 17 00:00:00 2001 From: travisutk Date: Fri, 24 Dec 2010 02:21:23 +0000 Subject: [PATCH] Little bit better reflex. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@808 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- shellcode/chipcon/cc1110/reflexframe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shellcode/chipcon/cc1110/reflexframe.c b/shellcode/chipcon/cc1110/reflexframe.c index 28c2da1..421f669 100644 --- a/shellcode/chipcon/cc1110/reflexframe.c +++ b/shellcode/chipcon/cc1110/reflexframe.c @@ -99,8 +99,8 @@ void main(){ rxwait(); //idle w/ oscillator - RFST=RFST_SFSTXON; - while(MARCSTATE!=MARC_STATE_FSTXON); + //RFST=RFST_SFSTXON; + //while(MARCSTATE!=MARC_STATE_FSTXON); //HALT; //sleepMillis(500); -- 2.20.1