Fix #ifdefs in board files

This commit is contained in:
Jim Paris 2010-09-25 15:29:10 -04:00
parent b00708cf78
commit 4a5508e5b8
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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