From b820bac363230708e9855888c619c0400d2b000c Mon Sep 17 00:00:00 2001 From: Koen Zandberg Date: Tue, 18 Aug 2020 13:25:14 +0200 Subject: [PATCH] nucleo-f334r8: remove obsolete spi_divtable --- boards/nucleo-f334r8/include/periph_conf.h | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/boards/nucleo-f334r8/include/periph_conf.h b/boards/nucleo-f334r8/include/periph_conf.h index 260e9aee9a..7ebdf87f1c 100644 --- a/boards/nucleo-f334r8/include/periph_conf.h +++ b/boards/nucleo-f334r8/include/periph_conf.h @@ -122,28 +122,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 @ 36000000Hz */ - 7, /* -> 140625Hz */ - 6, /* -> 281250Hz */ - 4, /* -> 1125000Hz */ - 2, /* -> 4500000Hz */ - 1 /* -> 9000000Hz */ - }, - { /* for APB2 @ 72000000Hz */ - 7, /* -> 281250Hz */ - 7, /* -> 281250Hz */ - 5, /* -> 1125000Hz */ - 3, /* -> 4500000Hz */ - 2 /* -> 9000000Hz */ - } -}; - static const spi_conf_t spi_config[] = { { .dev = SPI1,