@ -51,8 +51,6 @@ extern "C" {
void init_clks1(void);
typedef uint8_t radio_packet_length_t;
#ifdef __cplusplus
}
#endif
@ -38,8 +38,6 @@ extern "C" {
#define MSP430_HAS_DCOR 1
#define MSP430_HAS_EXTERNAL_CRYSTAL 1
@ -120,11 +120,6 @@ extern "C" {
#define LED_ORANGE_TOGGLE
/** @} */
/**
* Define the type for the radio packet length for the transceiver
*/
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
@ -85,11 +85,6 @@ extern "C"
#define LED_RED_TOGGLE LED_R_TOGGLE
@ -148,11 +148,6 @@ extern "C" {
#define LED_ORANGE_TOGGLE (LED_ORANGE_PORT->ODR ^= (1<<LED_ORANGE_PIN))
@ -88,11 +88,6 @@ extern "C" {
#define LED_RED_TOGGLE LED4_TOGGLE
* @brief define radio packet length
* @brief Initialize board specific hardware, include clocks, LEDs and stdio
@ -61,7 +61,5 @@ extern "C" {
#include "board-conf.h"
#endif /* MSB_BOARD_H_ */
@ -54,7 +54,5 @@ extern "C" {
@ -49,8 +49,6 @@ extern "C" {
#define CC110X_GDO0 GPIO(PORT_C, 4)
#define CC110X_GDO1 GPIO(PORT_A, 6)
#define CC110X_GDO2 GPIO(PORT_C, 5)
@ -94,11 +94,6 @@ extern "C" {
void board_init(void);
@ -45,8 +45,6 @@ void _native_LED_RED_ON(void);
void _native_LED_RED_TOGGLE(void);
#define LED_RED_TOGGLE (_native_LED_RED_TOGGLE())
typedef uint16_t radio_packet_length_t;
@ -74,11 +74,6 @@ extern "C" {
* @name Define the type for the radio packet length for the transceiver
@ -76,11 +76,6 @@ extern "C" {
@name KW2XRF configuration
@{
@ -50,11 +50,6 @@ void init_clks2(void);
void bl_init_clks(void);
* @brief Define the type for the radio packet length for the transceiver
@ -33,8 +33,6 @@ extern "C" {
#define IBIAS 0x1f
#define FTUNE 0x7
@ -102,11 +102,6 @@ extern "C" {
#define LED_RED_TOGGLE LED_TOGGLE
@ -106,11 +106,6 @@
#define EXTFLASH GPIO_4
@ -67,7 +67,5 @@ extern "C" {
#include <stdint.h>
#endif /* TELOSB_BOARD_H_ */
@ -69,7 +69,5 @@ extern "C" {
#include <msp430x16x.h>
#endif /* WSN_BOARD_H_ */
@ -76,8 +76,6 @@ extern "C" {
#define USER_BTN_PRESSED ((USER_BTN_PxIN & USER_BTN_MASK) == 0)
#define USER_BTN_RELEASED ((USER_BTN_PxIN & USER_BTN_MASK) != 0)