You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/04/29 13:10:57 UTC

[incubator-nuttx] 06/08: mikroe-stm32f4/fulldemo: Fix undefined reference to `stm32_spi2register'

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 304ecb2552ff221f007e67a2e06d182f968b2f45
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Wed Apr 29 14:25:27 2020 +0800

    mikroe-stm32f4/fulldemo: Fix undefined reference to `stm32_spi2register'
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 boards/arm/stm32/mikroe-stm32f4/configs/fulldemo/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/arm/stm32/mikroe-stm32f4/configs/fulldemo/defconfig b/boards/arm/stm32/mikroe-stm32f4/configs/fulldemo/defconfig
index 7fdc5f3..57198ef 100644
--- a/boards/arm/stm32/mikroe-stm32f4/configs/fulldemo/defconfig
+++ b/boards/arm/stm32/mikroe-stm32f4/configs/fulldemo/defconfig
@@ -14,6 +14,7 @@
 # CONFIG_NXTK_DEFAULT_BORDERCOLORS is not set
 # CONFIG_NX_DISABLE_16BPP is not set
 # CONFIG_STM32_CCMEXCLUDE is not set
+# CONFIG_SPI_CALLBACK is not set
 CONFIG_ARCH="arm"
 CONFIG_ARCH_BOARD="mikroe-stm32f4"
 CONFIG_ARCH_BOARD_MIKROE_STM32F4=y