Skip to content

Commit

Permalink
oldnet: remove radio_packet_length_t define
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Jul 29, 2015
1 parent b07ca78 commit 3c5e34a
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 87 deletions.
2 changes: 0 additions & 2 deletions boards/avsextrem/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ extern "C" {

void init_clks1(void);

typedef uint8_t radio_packet_length_t;

#ifdef __cplusplus
}
#endif
Expand Down
2 changes: 0 additions & 2 deletions boards/chronos/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ extern "C" {
#define MSP430_HAS_DCOR 1
#define MSP430_HAS_EXTERNAL_CRYSTAL 1

typedef uint8_t radio_packet_length_t;

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/fox/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@ extern "C" {
#define LED_ORANGE_TOGGLE
/** @} */

/**
* Define the type for the radio packet length for the transceiver
*/
typedef uint8_t radio_packet_length_t;

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
Expand Down
5 changes: 0 additions & 5 deletions boards/frdm-k64f/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ extern "C"
#define LED_RED_TOGGLE LED_R_TOGGLE
/** @} */

/**
* Define the type for the radio packet length for the transceiver
*/
typedef uint8_t radio_packet_length_t;

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
Expand Down
5 changes: 0 additions & 5 deletions boards/iot-lab_M3/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,6 @@ extern "C" {
#define LED_ORANGE_TOGGLE (LED_ORANGE_PORT->ODR ^= (1<<LED_ORANGE_PIN))
/** @} */

/**
* Define the type for the radio packet length for the transceiver
*/
typedef uint8_t radio_packet_length_t;

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
Expand Down
5 changes: 0 additions & 5 deletions boards/mbed_lpc1768/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ extern "C" {
#define LED_RED_TOGGLE LED4_TOGGLE
/** @} */

/**
* @brief define radio packet length
*/
typedef uint8_t radio_packet_length_t;

/**
* @brief Initialize board specific hardware, include clocks, LEDs and stdio
*/
Expand Down
2 changes: 0 additions & 2 deletions boards/msb-430/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,5 @@ extern "C" {

#include "board-conf.h"

typedef uint8_t radio_packet_length_t;

/** @} */
#endif /* MSB_BOARD_H_ */
2 changes: 0 additions & 2 deletions boards/msb-430h/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,5 @@ extern "C" {

#include "board-conf.h"

typedef uint8_t radio_packet_length_t;

/** @} */
#endif /* MSB_BOARD_H_ */
2 changes: 0 additions & 2 deletions boards/msbiot/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

typedef uint8_t radio_packet_length_t;
/** @} */

/**
Expand Down
5 changes: 0 additions & 5 deletions boards/mulle/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@ extern "C" {
*/
void board_init(void);

/**
* Define the type for the radio packet length for the transceiver
*/
typedef uint8_t radio_packet_length_t;

#ifdef __cplusplus
}
#endif
Expand Down
2 changes: 0 additions & 2 deletions boards/native/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/nucleo-f091/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ extern "C" {
#define LED_ORANGE_TOGGLE
/** @} */

/**
* @name Define the type for the radio packet length for the transceiver
*/
typedef uint8_t radio_packet_length_t;

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
Expand Down
5 changes: 0 additions & 5 deletions boards/nucleo-f303/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ extern "C" {
#define LED_ORANGE_TOGGLE
/** @} */

/**
* @name Define the type for the radio packet length for the transceiver
*/
typedef uint8_t radio_packet_length_t;

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
Expand Down
5 changes: 0 additions & 5 deletions boards/nucleo-f334/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ extern "C" {
#define LED_ORANGE_TOGGLE
/** @} */

/**
* @name Define the type for the radio packet length for the transceiver
*/
typedef uint8_t radio_packet_length_t;

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
Expand Down
5 changes: 0 additions & 5 deletions boards/nucleo-l1/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ extern "C" {
#define LED_ORANGE_TOGGLE
/** @} */

/**
* @name Define the type for the radio packet length for the transceiver
*/
typedef uint8_t radio_packet_length_t;

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
Expand Down
5 changes: 0 additions & 5 deletions boards/pba-d-01-kw2x/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ extern "C"
#define LED_RED_TOGGLE LED_R_TOGGLE
/** @} */

/**
* Define the type for the radio packet length for the transceiver
*/
typedef uint8_t radio_packet_length_t;

/**
@name KW2XRF configuration
@{
Expand Down
5 changes: 0 additions & 5 deletions boards/pttu/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
typedef uint8_t radio_packet_length_t;

#ifdef __cplusplus
}
#endif
Expand Down
2 changes: 0 additions & 2 deletions boards/redbee-econotag/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ extern "C" {
#define IBIAS 0x1f
#define FTUNE 0x7

typedef uint8_t radio_packet_length_t;

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/samr21-xpro/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@ extern "C" {
#define LED_RED_TOGGLE LED_TOGGLE
/** @} */

/**
* @brief Define the type for the radio packet length for the transceiver
*/
typedef uint8_t radio_packet_length_t;

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
Expand Down
5 changes: 0 additions & 5 deletions boards/spark-core/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@
#define EXTFLASH GPIO_4
/** @} */

/**
* Define the type for the radio packet length for the transceiver
*/
typedef uint8_t radio_packet_length_t;

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
Expand Down
2 changes: 0 additions & 2 deletions boards/telosb/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,5 @@ extern "C" {

#include <stdint.h>

typedef uint8_t radio_packet_length_t;

/** @} */
#endif /* TELOSB_BOARD_H_ */
2 changes: 0 additions & 2 deletions boards/wsn430-v1_3b/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,5 @@ extern "C" {

#include <msp430x16x.h>

typedef uint8_t radio_packet_length_t;

/** @} */
#endif /* WSN_BOARD_H_ */
2 changes: 0 additions & 2 deletions boards/wsn430-v1_4/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,5 @@ extern "C" {

#include <msp430x16x.h>

typedef uint8_t radio_packet_length_t;

/** @} */
#endif /* WSN_BOARD_H_ */
2 changes: 0 additions & 2 deletions boards/z1/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

typedef uint8_t radio_packet_length_t;

#ifdef __cplusplus
}
#endif
Expand Down

0 comments on commit 3c5e34a

Please sign in to comment.