Fix #ifdefs in board files
This commit is contained in:
parent
3726588f02
commit
8d2f740f7f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue