From b5d09f38225d2c997ea25574973b2f45adbacde0 Mon Sep 17 00:00:00 2001 From: fros4943 Date: Tue, 18 Mar 2008 16:22:00 +0000 Subject: [PATCH] set default radio channel: 26 same as sky platform --- platform/cooja/dev/cooja-radio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/cooja/dev/cooja-radio.c b/platform/cooja/dev/cooja-radio.c index 58641fda7..1676e64a3 100644 --- a/platform/cooja/dev/cooja-radio.c +++ b/platform/cooja/dev/cooja-radio.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cooja-radio.c,v 1.7 2008/03/17 09:48:00 fros4943 Exp $ + * $Id: cooja-radio.c,v 1.8 2008/03/18 16:22:00 fros4943 Exp $ */ #include @@ -60,7 +60,7 @@ char simRadioHWOn = 1; int simSignalStrength = SS_NOTHING; int simLastSignalStrength = SS_NOTHING; char simPower = 100; -int simRadioChannel = 1; +int simRadioChannel = 26; int inSendFunction = 0; static void (* receiver_callback)(const struct radio_driver *);