From 399bdc80e073338c04fc8910bfc97ac1d6e85540 Mon Sep 17 00:00:00 2001 From: r-studio Date: Mon, 7 Sep 2009 13:58:43 +0000 Subject: [PATCH] added support for mulle in TOSBOOT --- tos/lib/tosboot/TOSBootM.nc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tos/lib/tosboot/TOSBootM.nc b/tos/lib/tosboot/TOSBootM.nc index fb73723e..b24b1762 100644 --- a/tos/lib/tosboot/TOSBootM.nc +++ b/tos/lib/tosboot/TOSBootM.nc @@ -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 -- 2.39.2