From b28906a952df28f007dde77d109b1ffa16c55762 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 13 Apr 2020 21:12:25 +0200 Subject: [PATCH] #12 use upstream bugfix in STM8 eForth 2.2.24.pre3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 05f6f66..8f9529e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ STM8EF_BOARD=C0135 -STM8EF_VER=2.2.24.pre2 +STM8EF_VER=2.2.24.pre3 STM8EF_BIN=stm8ef-bin.zip STM8EF_URL=https://github.com/TG9541/stm8ef/releases/download/${STM8EF_VER}/${STM8EF_BIN}