From c04429838cecc00baef1d3f141b6ef3f9288ea4c Mon Sep 17 00:00:00 2001 From: Koen Zandberg Date: Tue, 18 Aug 2020 13:35:42 +0200 Subject: [PATCH] nucleo-l4r5zi: remove obsolete spi_divtable --- boards/nucleo-l4r5zi/include/periph_conf.h | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/boards/nucleo-l4r5zi/include/periph_conf.h b/boards/nucleo-l4r5zi/include/periph_conf.h index adeaaab78f..05f72776b4 100644 --- a/boards/nucleo-l4r5zi/include/periph_conf.h +++ b/boards/nucleo-l4r5zi/include/periph_conf.h @@ -130,28 +130,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 @ 30000000Hz */ - 7, /* -> 117187Hz */ - 5, /* -> 468750Hz */ - 4, /* -> 937500Hz */ - 2, /* -> 3750000Hz */ - 1 /* -> 7500000Hz */ - }, - { /* for APB2 @ 60000000Hz */ - 7, /* -> 234375Hz */ - 6, /* -> 468750Hz */ - 5, /* -> 937500Hz */ - 3, /* -> 3750000Hz */ - 2 /* -> 7500000Hz */ - } -}; - static const spi_conf_t spi_config[] = { { .dev = SPI1,