We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2835f8 commit 1353b99Copy full SHA for 1353b99
variants/artemis_micromod/bsp/am_bsp.h
@@ -122,11 +122,6 @@ extern am_devices_led_t am_bsp_psLEDs[AM_BSP_NUM_LEDS];
122
#define AM_BSP_GPIO_CAM_MCLK AM_BSP_GPIO_AUD_OUT
123
#define AM_BSP_GPIO_CAM_PCLK AM_BSP_GPIO_AUD_IN
124
125
-#define AM_BSP_GPIO_SPI_SCK1 AM_BSP_GPIO_SDIO_CLK
126
-#define AM_BSP_GPIO_SPI_SDO1 AM_BSP_GPIO_SDIO_CMD
127
-#define AM_BSP_GPIO_SPI_SDI1 AM_BSP_GPIO_SDIO_DATA0
128
-#define AM_BSP_GPIO_SPI_CS1 AM_BSP_GPIO_SDIO_DATA3
129
-
130
#define AM_BSP_GPIO_BUS0 AM_BSP_GPIO_G0
131
#define AM_BSP_GPIO_BUS1 AM_BSP_GPIO_G1
132
#define AM_BSP_GPIO_BUS2 AM_BSP_GPIO_G2
0 commit comments