From bc94a6c31f4693f16a2ba5c8a045a37ab330fddc Mon Sep 17 00:00:00 2001 From: Koen Zandberg Date: Tue, 18 Aug 2020 13:14:38 +0200 Subject: [PATCH] i-nucleo-lrwan1: remove obsolete spi_divtable --- boards/i-nucleo-lrwan1/include/periph_conf.h | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/boards/i-nucleo-lrwan1/include/periph_conf.h b/boards/i-nucleo-lrwan1/include/periph_conf.h index 576d2a505b..4761e37000 100644 --- a/boards/i-nucleo-lrwan1/include/periph_conf.h +++ b/boards/i-nucleo-lrwan1/include/periph_conf.h @@ -54,28 +54,8 @@ static const uart_conf_t uart_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 @ 32000000Hz */ - 7, /* -> 125000Hz */ - 5, /* -> 500000Hz */ - 4, /* -> 1000000Hz */ - 2, /* -> 4000000Hz */ - 1 /* -> 8000000Hz */ - }, - { /* for APB2 @ 32000000Hz */ - 7, /* -> 125000Hz */ - 5, /* -> 500000Hz */ - 4, /* -> 1000000Hz */ - 2, /* -> 4000000Hz */ - 1 /* -> 8000000Hz */ - } -}; - static const spi_conf_t spi_config[] = { { .dev = SPI1, /* connected to SX1272 */