From: travisutk Date: Fri, 24 Dec 2010 01:36:35 +0000 (+0000) Subject: Reception working in reflexframe.c. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=b9d031fa191300c90ddabee27aa8eb700fd725b2;hp=4676e95d8988aa996a714d8567659e3fdd8794bb 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 --- 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; - } + } }