[HUST CSE]drv_spi.c miss a "{" on line 83 (#7403)

This commit is contained in:
MsyCoa
2023-04-28 07:40:06 +08:00
committed by GitHub
parent 4ab43ca98f
commit 1e66a25eef

View File

@@ -80,6 +80,7 @@ static struct nrfx_drv_spi_pin_config bsp_spi_pin[] =
#endif
#ifdef BSP_USING_SPI3
{
.sck_pin = BSP_SPI3_SCK_PIN,
.mosi_pin = BSP_SPI3_MOSI_PIN,
.miso_pin = BSP_SPI3_MISO_PIN,