1
0
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:
Oleg Hahm 2013-10-28 03:22:33 -07:00
commit 61eff40481
11 changed files with 22 additions and 0 deletions

View File

@ -59,6 +59,8 @@
void init_clks1(void);
typedef uint8_t radio_packet_length_t;
/** @} */
#endif /* BOARDCONF_H_ */

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -17,4 +17,6 @@
void init_clks1(void);
typedef uint8_t radio_packet_length_t;
#endif /* __BOARD_H */

View File

@ -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;

View File

@ -1 +1,3 @@
#include <lpc2148.h>
typedef uint8_t radio_packet_length_t;

View File

@ -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

View File

@ -54,5 +54,7 @@
#include <msp430x16x.h>
typedef uint8_t radio_packet_length_t;
/** @} */
#endif // _TELOSB_BOARD_H

View File

@ -57,5 +57,7 @@
#include <msp430x16x.h>
typedef uint8_t radio_packet_length_t;
/** @} */
#endif // _WSN_BOARD_H

View File

@ -57,5 +57,7 @@
#include <msp430x16x.h>
typedef uint8_t radio_packet_length_t;
/** @} */
#endif // _WSN_BOARD_H