Reception working in reflexframe.c.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Fri, 24 Dec 2010 01:36:35 +0000 (01:36 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Fri, 24 Dec 2010 01:36:35 +0000 (01:36 +0000)
Still need to figure out why it's broken by transmission.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@801 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

shellcode/chipcon/cc1110/reflexframe.c

index 6ba01f1..909aa32 100644 (file)
@@ -153,5 +153,5 @@ void main(){
     carrier();
     //RFON;
     HALT;
     carrier();
     //RFON;
     HALT;
-  }  
+  }
 }
 }