mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
frdm-k22f: Remove unused configuration
This commit is contained in:
parent
526854c19d
commit
6fd40a194d
@ -224,9 +224,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 = 1536, total: 3072 */
|
||||
#define KINETIS_I2C_F_ICR_LOW (0x36)
|
||||
#define KINETIS_I2C_F_MULT_LOW (1)
|
||||
@ -255,13 +253,6 @@ static const spi_conf_t spi_config[] = {
|
||||
#define I2C_0_PORT_CFG (PORT_PCR_MUX(I2C_0_PIN_AF) | PORT_PCR_ODE_MASK)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @name GPIO configuration
|
||||
* @{
|
||||
*/
|
||||
#define GPIO_IRQ_PRIO CPU_DEFAULT_IRQ_PRIO
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @name RTT and RTC configuration
|
||||
* @{
|
||||
|
Loading…
Reference in New Issue
Block a user