From 4a5508e5b85a39e6ab385ddb53389c24128610d1 Mon Sep 17 00:00:00 2001 From: Jim Paris Date: Sat, 25 Sep 2010 15:29:10 -0400 Subject: [PATCH] Fix #ifdefs in board files --- board/redbee-econotag.h | 4 ++-- board/redbee-usb.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/board/redbee-econotag.h b/board/redbee-econotag.h index ff1340fc7..fdbe1f265 100644 --- a/board/redbee-econotag.h +++ b/board/redbee-econotag.h @@ -33,8 +33,8 @@ * $Id$ */ -#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/board/redbee-usb.h b/board/redbee-usb.h index 5ce21d43b..b18e628d9 100644 --- a/board/redbee-usb.h +++ b/board/redbee-usb.h @@ -33,8 +33,8 @@ * $Id$ */ -#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