mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-27 01:10:20 +08:00
[HUST CSE]drv_spi.c miss a "{" on line 83 (#7403)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user