X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Ftosboot%2FTosBootP.nc;h=83367056725ded4fe6d47a6d519b7ca552bec317;hb=3220edb793307d86724e6c7d4c8622a6eb047576;hp=9340772c065b7de49a72e2ffcb0db00ee8347369;hpb=f101cd6ebd9f2a44db10e044478ac8804c5ece99;p=tinyos-2.x.git diff --git a/tos/lib/tosboot/TosBootP.nc b/tos/lib/tosboot/TosBootP.nc index 9340772c..83367056 100644 --- a/tos/lib/tosboot/TosBootP.nc +++ b/tos/lib/tosboot/TosBootP.nc @@ -145,7 +145,7 @@ implementation { secLength = extFlashReadAddr(); curAddr = curAddr + 8; -#if defined(PLATFORM_TELOSB) || defined (PLATFORM_EPIC) +#if defined(PLATFORM_TELOSB) || defined (PLATFORM_EPIC) || defined (PLATFORM_TINYNODE) if (intAddr != TOSBOOT_END) { #elif defined(PLATFORM_MICAZ) || defined(PLATFORM_IRIS) if (intAddr != 0) {