From 8dce85c3088b7da0b77c0a7a572b2c6a0944dc28 Mon Sep 17 00:00:00 2001 From: maralvira Date: Wed, 28 Jul 2010 18:50:07 +0000 Subject: [PATCH] don't need BLOCKING_TX anymore with the recent bugfixes --- platform/redbee-econotag/contiki-conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/redbee-econotag/contiki-conf.h b/platform/redbee-econotag/contiki-conf.h index 40d96cf1a..806f62a74 100644 --- a/platform/redbee-econotag/contiki-conf.h +++ b/platform/redbee-econotag/contiki-conf.h @@ -84,7 +84,7 @@ #define MACA_RAW_MODE 0 #define USE_32KHZ_XTAL 0 -#define BLOCKING_TX 1 +#define BLOCKING_TX 0 /* end of mc1322x specific config. */