1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

nucleo-g474re: remove obsolete spi_divtable

This commit is contained in:
Koen Zandberg 2020-08-18 13:30:45 +02:00
parent 92e9a312ee
commit 7f5fdf250e
No known key found for this signature in database
GPG Key ID: 0895A893E6D2985B

View File

@ -68,28 +68,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 @ 80000000Hz */
7, /* -> 312500Hz */
7, /* -> 312500Hz */
5, /* -> 1250000Hz */
3, /* -> 5000000Hz */
2 /* -> 10000000Hz */
},
{ /* for APB2 @ 80000000Hz */
7, /* -> 312500Hz */
7, /* -> 312500Hz */
5, /* -> 1250000Hz */
3, /* -> 5000000Hz */
2 /* -> 10000000Hz */
}
};
static const spi_conf_t spi_config[] = {
{
.dev = SPI1,