]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosboot/TosBootP.nc
Added DelugeT2 support for the tinynode platform.
[tinyos-2.x.git] / tos / lib / tosboot / TosBootP.nc
index 9340772c065b7de49a72e2ffcb0db00ee8347369..83367056725ded4fe6d47a6d519b7ca552bec317 100644 (file)
@@ -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) {