mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-20 00:38:52 +00:00
Fix #ifdefs in board files
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user