[bsp/nrfx5x] fix the config

This commit is contained in:
supperthomas
2020-07-20 20:40:50 +08:00
parent 8f4333d21f
commit ebba4e1a9d
3 changed files with 38 additions and 10 deletions
+2
View File
@@ -19,6 +19,8 @@ if GetDepend(['BSP_USING_QSPI_FLASH']):
if GetDepend(['BSP_USING_SPI']):
src += ['drv_spi.c']
if GetDepend(['BSP_USING_GPIO']):
src += ['drv_gpio.c']
path = [cwd]