Skip to content

Commit

Permalink
boards/samr21-xpro: rm unused radio interface defs
Browse files Browse the repository at this point in the history
  • Loading branch information
haukepetersen committed Oct 21, 2015
1 parent 71a3cc1 commit c24028f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions boards/samr21-xpro/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,6 @@ extern "C" {
#define AT86RF233_SPI_CLK (SPI_SPEED_1MHZ)
/** @}*/

/**
* @name AT86RF231 config
* @{
*/
#define AT86RF231_SPI SPI_0
#define AT86RF231_CS GPIO_PIN(PB, 31)
#define AT86RF231_INT GPIO_PIN(PB, 0)
#define AT86RF231_RESET GPIO_PIN(PB, 15)
#define AT86RF231_SLEEP GPIO_PIN(PA, 20)

#define AT86RF231_SPI_SPEED SPI_SPEED_1MHZ
/** @} */

/**
* @name Define UART device and baudrate for stdio
* @{
Expand Down

0 comments on commit c24028f

Please sign in to comment.