summaryrefslogtreecommitdiff
path: root/defines.mk
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-08-26 00:44:10 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-08-26 00:44:10 +0200
commitfdcf4f08a5eb2e0b8d9b23db5fdc6dddce668435 (patch)
tree01255cd400efeb35e73557761549057d0c8fadb7 /defines.mk
parentupdated StdPeriph Lib Patch: https://github.com/tenbaht/sduino/wiki/spl (diff)
rename external lib stdperiph to spl
Diffstat (limited to 'defines.mk')
-rw-r--r--defines.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/defines.mk b/defines.mk
index b32a734..9262621 100644
--- a/defines.mk
+++ b/defines.mk
@@ -23,7 +23,7 @@
ifeq ($(BOARD_TYPE),test)
MCU := stm8s105c6
PROG := stm8flash
- STDPERIPH_MCU := STM8S105
+ SPL_MCU := STM8S105
endif
CC = sdcc