mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #32 from mehlis/radio-packet
define radiopacket_length_t in board.h
This commit is contained in:
commit
61eff40481
@ -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;
|
||||
|
@ -1 +1,3 @@
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user