From cec457aef4a1e0ff483012bc3ba0ef73ac7b6659 Mon Sep 17 00:00:00 2001 From: travisutk Date: Sun, 6 Feb 2011 03:04:08 +0000 Subject: [PATCH 1/1] Fixed the CC2420 register settings for the Telos B. Flash is still default until I figure out how to accomodate both. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@894 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- firmware/platforms/telosb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/platforms/telosb.h b/firmware/platforms/telosb.h index ff030cc..26da46b 100644 --- a/firmware/platforms/telosb.h +++ b/firmware/platforms/telosb.h @@ -38,7 +38,7 @@ P3DIR = 0xf1;\ P3OUT = 0x00;\ P4DIR = 0xfd;\ - P4OUT = 0xdd;\ + P4OUT = 0xFd;\ P5DIR = 0xff;\ P5OUT = 0xff;\ P6DIR = 0xff;\ -- 2.20.1