From 8d2f740f7f4e5ce9e582b2875f14bee20fee928b Mon Sep 17 00:00:00 2001 From: maralvira Date: Sun, 7 Nov 2010 14:18:54 +0000 Subject: [PATCH] Fix #ifdefs in board files --- cpu/mc1322x/board/redbee-econotag.h | 6 +++--- cpu/mc1322x/board/redbee-usb.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cpu/mc1322x/board/redbee-econotag.h b/cpu/mc1322x/board/redbee-econotag.h index 2bcd14db1..515428af2 100644 --- a/cpu/mc1322x/board/redbee-econotag.h +++ b/cpu/mc1322x/board/redbee-econotag.h @@ -30,11 +30,11 @@ * This file is part of libmc1322x: see http://mc1322x.devl.org * for details. * - * $Id: redbee-econotag.h,v 1.1 2010/06/10 14:48:32 maralvira Exp $ + * $Id: redbee-econotag.h,v 1.2 2010/11/07 14:18:54 maralvira Exp $ */ -#ifndef BOARD_REDBEE_DEV_H -#define BOARD_REDBEE_DEV_H +#ifndef BOARD_REDBEE_ECONOTAG_H +#define BOARD_REDBEE_ECONOTAG_H #define LED_RED 44 #define LED_GREEN 45 diff --git a/cpu/mc1322x/board/redbee-usb.h b/cpu/mc1322x/board/redbee-usb.h index 1aa12dd8c..7858553b8 100644 --- a/cpu/mc1322x/board/redbee-usb.h +++ b/cpu/mc1322x/board/redbee-usb.h @@ -30,11 +30,11 @@ * This file is part of libmc1322x: see http://mc1322x.devl.org * for details. * - * $Id: redbee-usb.h,v 1.1 2010/06/10 14:48:32 maralvira Exp $ + * $Id: redbee-usb.h,v 1.2 2010/11/07 14:18:54 maralvira Exp $ */ -#ifndef BOARD_REDBEE_DEV_H -#define BOARD_REDBEE_DEV_H +#ifndef BOARD_REDBEE_USB_H +#define BOARD_REDBEE_USB_H #define LED_RED 23 #define LED_GREEN 24