1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

pba-d-01-kw2x: Remove unused configuration

This commit is contained in:
Joakim Nohlgård 2017-08-01 14:17:49 +02:00
parent c235ca3b7e
commit d8cc66e2d0

View File

@ -248,9 +248,7 @@ static const spi_conf_t spi_config[] = {
* @{
*/
#define I2C_NUMOF (1U)
#define I2C_CLK (CLOCK_BUSCLOCK)
#define I2C_0_EN 1
#define I2C_IRQ_PRIO 1
/* Low (10 kHz): MUL = 2, SCL divider = 2560, total: 5120 */
#define KINETIS_I2C_F_ICR_LOW (0x3D)
#define KINETIS_I2C_F_MULT_LOW (1)
@ -280,14 +278,6 @@ static const spi_conf_t spi_config[] = {
/** @} */
/**
* @name GPIO configuration
* @{
*/
#define GPIO_IRQ_PRIO CPU_DEFAULT_IRQ_PRIO
/** @} */
/**
* @name RTT and RTC configuration
* @{