Fix #ifdefs in board files
This commit is contained in:
parent
b00708cf78
commit
4a5508e5b8
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue