diff --git a/boards/stm32f030f4-demo/include/periph_conf.h b/boards/stm32f030f4-demo/include/periph_conf.h index ac5548d42b..7944efc7d2 100644 --- a/boards/stm32f030f4-demo/include/periph_conf.h +++ b/boards/stm32f030f4-demo/include/periph_conf.h @@ -127,28 +127,8 @@ static const pwm_conf_t pwm_config[] = { /** * @name SPI configuration - * - * @note The spi_divtable is auto-generated from - * `cpu/stm32_common/dist/spi_divtable/spi_divtable.c` * @{ */ -static const uint8_t spi_divtable[2][5] = { - { /* for APB1 @ 48000000Hz */ - 7, /* -> 187500Hz */ - 6, /* -> 375000Hz */ - 5, /* -> 750000Hz */ - 2, /* -> 6000000Hz */ - 1 /* -> 12000000Hz */ - }, - { /* for APB2 @ 48000000Hz */ - 7, /* -> 187500Hz */ - 6, /* -> 375000Hz */ - 5, /* -> 750000Hz */ - 2, /* -> 6000000Hz */ - 1 /* -> 12000000Hz */ - } -}; - static const spi_conf_t spi_config[] = { { .dev = SPI1,