From 6280cea706ec2a8f11e504b3956585581c060528 Mon Sep 17 00:00:00 2001 From: anthony-a <anthony-a> Date: Mon, 25 Jan 2010 23:13:04 +0000 Subject: [PATCH] remove bank macros which are now in banked.h --- cpu/cc2430/dev/bus.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/cpu/cc2430/dev/bus.h b/cpu/cc2430/dev/bus.h index 707633541..746fc637d 100644 --- a/cpu/cc2430/dev/bus.h +++ b/cpu/cc2430/dev/bus.h @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: bus.h,v 1.2 2010/01/25 23:12:09 anthony-a Exp $ + * $Id: bus.h,v 1.3 2010/01/25 23:13:04 anthony-a Exp $ */ /** @@ -46,14 +46,6 @@ #include "8051def.h" #define inline -#ifdef SDCC -#ifdef HAVE_SDCC_BANKING -#else -#define __banked -#endif -#else -#define __banked -#endif void bus_init(void) __banked; void flash_read(uint8_t *buf, uint32_t address, uint8_t size) __banked;