aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorStephane D'Alu <sdalu@sdalu.com>2016-07-11 22:42:52 +0200
committerStephane D'Alu <sdalu@sdalu.com>2016-07-11 22:42:52 +0200
commit5923ee5d506d91431d8a6d4ab26e3054fc380963 (patch)
tree9a84d1feccc55539ea078cad8c647f490c373eba /demos
parent89b707fd7c353a5d1d6d5fb54efd8eb46ffc8f15 (diff)
downloadChibiOS-Contrib-5923ee5d506d91431d8a6d4ab26e3054fc380963.tar.gz
ChibiOS-Contrib-5923ee5d506d91431d8a6d4ab26e3054fc380963.tar.bz2
ChibiOS-Contrib-5923ee5d506d91431d8a6d4ab26e3054fc380963.zip
moved spi to LLD
Diffstat (limited to 'demos')
-rw-r--r--demos/NRF52/Classic/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/NRF52/Classic/Makefile b/demos/NRF52/Classic/Makefile
index c509079..24f0f3a 100644
--- a/demos/NRF52/Classic/Makefile
+++ b/demos/NRF52/Classic/Makefile
@@ -49,7 +49,7 @@ endif
# If enabled, this option makes the build process faster by not compiling
# modules not used in the current configuration.
ifeq ($(USE_SMART_BUILD),)
- USE_SMART_BUILD = yes
+ USE_SMART_BUILD = no
endif
#