We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237819e commit 6d8b56dCopy full SHA for 6d8b56d
1 file changed
boards/seeedstudio-gd32/include/periph_conf.h
@@ -35,7 +35,13 @@
35
#define CONFIG_CLOCK_HXTAL MHZ(8) /**< HXTAL frequency */
36
#endif
37
38
-#define SPI_DEV_1_USED /**< Enable SPI_DEV(1) for the connected flash */
+#ifndef SPI_DEV_1_USED
39
+#define SPI_DEV_1_USED 1 /**< Enable SPI_DEV(1) by default for the connected Flash */
40
+#endif
41
+
42
+#ifndef I2C_DEV_1_USED
43
+#define I2C_DEV_1_USED 1 /**< Enable I2C_DEV(1) by default */
44
45
46
#include "periph_cpu.h"
47
#include "periph_common_conf.h"
0 commit comments