Skip to content

Commit 1353b99

Browse files
committed
update bsps to fix warnings
1 parent c2835f8 commit 1353b99

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

variants/artemis_micromod/bsp/am_bsp.h

-5
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,6 @@ extern am_devices_led_t am_bsp_psLEDs[AM_BSP_NUM_LEDS];
122122
#define AM_BSP_GPIO_CAM_MCLK AM_BSP_GPIO_AUD_OUT
123123
#define AM_BSP_GPIO_CAM_PCLK AM_BSP_GPIO_AUD_IN
124124

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-
130125
#define AM_BSP_GPIO_BUS0 AM_BSP_GPIO_G0
131126
#define AM_BSP_GPIO_BUS1 AM_BSP_GPIO_G1
132127
#define AM_BSP_GPIO_BUS2 AM_BSP_GPIO_G2

0 commit comments

Comments
 (0)