From 3db4f36c3e5e6fafa6cd82f134212269fe174cb1 Mon Sep 17 00:00:00 2001 From: fros4943 Date: Wed, 20 Jan 2010 09:58:16 +0000 Subject: [PATCH] removed compiler specific attribute --- core/net/uaodv.c | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/core/net/uaodv.c b/core/net/uaodv.c index 8c118631f..db8ad6633 100644 --- a/core/net/uaodv.c +++ b/core/net/uaodv.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: uaodv.c,v 1.36 2007/11/28 12:52:34 adamdunkels Exp $ + * $Id: uaodv.c,v 1.37 2010/01/20 09:58:16 fros4943 Exp $ */ /** @@ -75,18 +75,8 @@ last_known_seqno(uip_ipaddr_t *host) return 0; } -#ifndef NOINIT -#ifdef __GNUC__ -#define NOINIT __attribute__((section(".noinit"))) -#else /* __GNUC__ */ -#define NOINIT -#endif /* __GNUC__ */ -#endif -/* - * When possible, keep state across reboots. - */ -NOINIT static u32_t rreq_id, my_hseqno; /* In host byte order! */ +static u32_t rreq_id, my_hseqno; /* In host byte order! */ #define NFWCACHE 16