Skip to content
Snippets Groups Projects
Commit 6d109e98 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

added missing header guard to native board.h

parent ec3234a8
No related branches found
No related tags found
No related merge requests found
#ifndef BOARD_H
#define BOARD_H
/** /**
* Native Board interface * Native Board interface
* *
...@@ -31,3 +34,4 @@ void _native_LED_RED_TOGGLE(void); ...@@ -31,3 +34,4 @@ void _native_LED_RED_TOGGLE(void);
#define LED_RED_TOGGLE (_native_LED_RED_TOGGLE()) #define LED_RED_TOGGLE (_native_LED_RED_TOGGLE())
typedef uint16_t radio_packet_length_t; typedef uint16_t radio_packet_length_t;
#endif /* BOARD_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment