Skip to content
Snippets Groups Projects
Commit e2ca03bc authored by Christian Mehlis's avatar Christian Mehlis
Browse files

define radiopacket_length_t in board.h

parent fbec959f
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,8 @@
void init_clks1(void);
typedef uint8_t radio_packet_length_t;
/** @} */
#endif /* BOARDCONF_H_ */
......@@ -7,4 +7,6 @@
#define MSP430_HAS_DCOR 1
#define MSP430_HAS_EXTERNAL_CRYSTAL 1
typedef uint8_t radio_packet_length_t;
#endif // _MSB_BOARD_H
......@@ -66,5 +66,7 @@ and the mailinglist (subscription via web site)
#include <msp430x16x.h>
typedef uint8_t radio_packet_length_t;
/** @} */
#endif // _MSB_BOARD_H
......@@ -66,5 +66,7 @@ and the mailinglist (subscription via web site)
#include <msp430x16x.h>
typedef uint8_t radio_packet_length_t;
/** @} */
#endif // _MSB_BOARD_H
......@@ -17,4 +17,6 @@
void init_clks1(void);
typedef uint8_t radio_packet_length_t;
#endif /* __BOARD_H */
......@@ -27,3 +27,5 @@ void _native_LED_RED_ON(void);
#define LED_RED_ON (_native_LED_RED_ON())
void _native_LED_RED_TOGGLE(void);
#define LED_RED_TOGGLE (_native_LED_RED_TOGGLE())
typedef uint16_t radio_packet_length_t;
#include <lpc2148.h>
typedef uint8_t radio_packet_length_t;
......@@ -52,5 +52,7 @@ void init_clks1(void);
void init_clks2(void);
void bl_init_clks(void);
typedef uint8_t radio_packet_length_t;
/** @} */
#endif // __BOARD_H
......@@ -54,5 +54,7 @@
#include <msp430x16x.h>
typedef uint8_t radio_packet_length_t;
/** @} */
#endif // _TELOSB_BOARD_H
......@@ -57,5 +57,7 @@
#include <msp430x16x.h>
typedef uint8_t radio_packet_length_t;
/** @} */
#endif // _WSN_BOARD_H
......@@ -57,5 +57,7 @@
#include <msp430x16x.h>
typedef uint8_t radio_packet_length_t;
/** @} */
#endif // _WSN_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