From: travisutk Date: Sun, 6 Feb 2011 03:04:08 +0000 (+0000) Subject: Fixed the CC2420 register settings for the Telos B. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=cec457aef4a1e0ff483012bc3ba0ef73ac7b6659;hp=3e923ec1fc69671fb5d876b0d88a3d9b018f5339 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 --- 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;\