summaryrefslogtreecommitdiff
path: root/blink
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-08-26 21:00:05 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-08-26 21:00:05 +0200
commit6f93f6b1adefa0f541b6e81d37b7677a4cb34460 (patch)
tree1afcb738ea103a473543f6acc34678e2e74ddedc /blink
parentbuild spl doxygen if available (diff)
fix linking to external libs
Diffstat (limited to 'blink')
-rw-r--r--blink/Makefile2
-rw-r--r--blink/stm8s_conf.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/blink/Makefile b/blink/Makefile
index 6ea1e77..e89d98f 100644
--- a/blink/Makefile
+++ b/blink/Makefile
@@ -28,6 +28,6 @@ EXTERNAL_LIBS := spl
SPREADSTM8_PATH := ..
SPL_PATH := $(SPREADSTM8_PATH)/contrib/STM8S_StdPeriph_Lib
-#SPL_COMPONENTS := gpio
+SPL_COMPONENTS := clk
include $(SPREADSTM8_PATH)/include.mk
diff --git a/blink/stm8s_conf.h b/blink/stm8s_conf.h
index fdb0e92..590fe45 100644
--- a/blink/stm8s_conf.h
+++ b/blink/stm8s_conf.h
@@ -90,7 +90,7 @@
/* Exported constants --------------------------------------------------------*/
/* Uncomment the line below to expanse the "assert_param" macro in the
Standard Peripheral Library drivers code */
-#define USE_FULL_ASSERT (1)
+/* #define USE_FULL_ASSERT (1) */
/* Exported macro ------------------------------------------------------------*/
#ifdef USE_FULL_ASSERT