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

nucleo-f767zi: remove obsolete spi_divtable include

This commit is contained in:
Koen Zandberg 2020-08-18 13:29:47 +02:00
parent 37606a86e9
commit 2fad084504
No known key found for this signature in database
GPG Key ID: 0895A893E6D2985B

View File

@ -22,7 +22,6 @@
#include "periph_cpu.h"
#include "f7/cfg_clock_216_8_1.h"
#include "cfg_i2c1_pb8_pb9.h"
#include "cfg_spi_divtable.h"
#include "cfg_rtt_default.h"
#include "cfg_timer_tim2.h"
#include "cfg_usb_otg_fs.h"
@ -108,9 +107,6 @@ 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 spi_conf_t spi_config[] = {