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

boards/seeedstudio-gd32: use always second SPI config

This commit is contained in:
Gunar Schorcht 2023-02-05 19:11:42 +01:00
parent 7f0d560dd8
commit 3a7ddd22ea

View File

@ -35,6 +35,8 @@
#define CONFIG_CLOCK_HXTAL MHZ(8) /**< HXTAL frequency */
#endif
#define SPI_DEV_1_USED /**< Enable SPI_DEV(1) for the connected flash */
#include "periph_cpu.h"
#include "periph_common_conf.h"