]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosboot/TOSBootM.nc
accelerometer cleanup
[tinyos-2.x.git] / tos / lib / tosboot / TOSBootM.nc
index fb73723ee06b280c220ece55e8579befcf59c60c..b24b176223829e60fbe95d44632ca083a55ed524 100644 (file)
@@ -149,6 +149,8 @@ implementation {
     if (intAddr != TOSBOOT_END) {
 #elif defined(PLATFORM_MICAZ) || defined(PLATFORM_IRIS)
     if (intAddr != 0) {
+#elif defined(PLATFORM_MULLE)
+    if (intAddr != 0xA0000) {
 #else
   #error "Target platform is not currently supported by Deluge T2"
 #endif