doc: boards: calliope: rm incorrect doc

This commit is contained in:
Cenk Gündoğan 2017-02-21 08:55:29 +01:00
parent 0b7b6fecd3
commit 6393928fd6
1 changed files with 0 additions and 16 deletions

View File

@ -64,22 +64,6 @@ extern "C" {
#define BTN1_PIN GPIO_PIN(0, 26)
/** @} */
/**
* @brief MMA8653 accelerometer configuration
* @{
*/
#define MMA8653_PARAM_I2C I2C_0,
#define MMA8653_PARAM_ADDR 0x1d
/** @} */
/**
* @brief MAG3110 magnetometer configuration
* @{
*/
#define MAG3110_PARAM_I2C I2C_0,
#define MAG3110_PARAM_ADDR 0x0e
/** @} */
/**
* @brief Initialize the board, also triggers the CPU initialization
*/