Fix #ifdefs in board files
This commit is contained in:
parent
b00708cf78
commit
4a5508e5b8
2 changed files with 4 additions and 4 deletions
|
@ -33,8 +33,8 @@
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef BOARD_REDBEE_DEV_H
|
#ifndef BOARD_REDBEE_ECONOTAG_H
|
||||||
#define BOARD_REDBEE_DEV_H
|
#define BOARD_REDBEE_ECONOTAG_H
|
||||||
|
|
||||||
#define LED_RED 44
|
#define LED_RED 44
|
||||||
#define LED_GREEN 45
|
#define LED_GREEN 45
|
||||||
|
|
|
@ -33,8 +33,8 @@
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef BOARD_REDBEE_DEV_H
|
#ifndef BOARD_REDBEE_USB_H
|
||||||
#define BOARD_REDBEE_DEV_H
|
#define BOARD_REDBEE_USB_H
|
||||||
|
|
||||||
#define LED_RED 23
|
#define LED_RED 23
|
||||||
#define LED_GREEN 24
|
#define LED_GREEN 24
|
||||||
|
|
Loading…
Add table
Reference in a new issue