aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/NIL-STM32L011K4-NUCLEO32
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-11-04 19:23:04 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-11-04 19:23:04 +0000
commit6c18028a35db35c45c8c342d43abd74b13ef1605 (patch)
tree3593608d310f95a350ff3de0160c50b46a0e1412 /demos/STM32/NIL-STM32L011K4-NUCLEO32
parentec1b4e72512e7e958a4168444a56182736218bff (diff)
downloadChibiOS-6c18028a35db35c45c8c342d43abd74b13ef1605.tar.gz
ChibiOS-6c18028a35db35c45c8c342d43abd74b13ef1605.tar.bz2
ChibiOS-6c18028a35db35c45c8c342d43abd74b13ef1605.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10946 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/NIL-STM32L011K4-NUCLEO32')
-rw-r--r--demos/STM32/NIL-STM32L011K4-NUCLEO32/Makefile4
-rw-r--r--demos/STM32/NIL-STM32L011K4-NUCLEO32/chconf.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/demos/STM32/NIL-STM32L011K4-NUCLEO32/Makefile b/demos/STM32/NIL-STM32L011K4-NUCLEO32/Makefile
index e5b60457f..0421f0446 100644
--- a/demos/STM32/NIL-STM32L011K4-NUCLEO32/Makefile
+++ b/demos/STM32/NIL-STM32L011K4-NUCLEO32/Makefile
@@ -99,8 +99,8 @@ include $(CHIBIOS)/os/nil/nil.mk
include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v6m.mk
# Other files (optional).
#include $(CHIBIOS)/test/lib/test.mk
-include $(CHIBIOS)/test/nil/nil_test.mk
-include $(CHIBIOS)/test/oslib/oslib_test.mk
+#include $(CHIBIOS)/test/nil/nil_test.mk
+#include $(CHIBIOS)/test/oslib/oslib_test.mk
# Define linker script file here
LDSCRIPT= $(STARTUPLD)/STM32L011x4.ld
diff --git a/demos/STM32/NIL-STM32L011K4-NUCLEO32/chconf.h b/demos/STM32/NIL-STM32L011K4-NUCLEO32/chconf.h
index 0d4c319d8..9c5c1c810 100644
--- a/demos/STM32/NIL-STM32L011K4-NUCLEO32/chconf.h
+++ b/demos/STM32/NIL-STM32L011K4-NUCLEO32/chconf.h
@@ -29,7 +29,7 @@
#define CHCONF_H
#define _CHIBIOS_NIL_CONF_
-#define _CHIBIOS_NIL_CONF_VER_5_0_
+#define _CHIBIOS_NIL_CONF_VER_3_0_
/*===========================================================================*/
/**