From b9d031fa191300c90ddabee27aa8eb700fd725b2 Mon Sep 17 00:00:00 2001 From: travisutk Date: Fri, 24 Dec 2010 01:36:35 +0000 Subject: [PATCH 1/1] Reception working in reflexframe.c. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shellcode/chipcon/cc1110/reflexframe.c b/shellcode/chipcon/cc1110/reflexframe.c index 6ba01f1..909aa32 100644 --- a/shellcode/chipcon/cc1110/reflexframe.c +++ b/shellcode/chipcon/cc1110/reflexframe.c @@ -153,5 +153,5 @@ void main(){ carrier(); //RFON; HALT; - } + } } -- 2.20.1