From f3bba93f89c3e9fe2fc68d162c8411ac1994dc7a Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 16 Dec 2017 23:01:56 +0100 Subject: [PATCH] use STM8 eForth release 2.2.20 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 39a7813..19ef216 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ STM8EF_BOARD=W1209-FD -STM8EF_VER=2.2.20.pre.2 +STM8EF_VER=2.2.20 STM8EF_BIN=stm8ef-bin.zip STM8EF_URL=https://github.com/TG9541/stm8ef/releases/download/${STM8EF_VER}/${STM8EF_BIN}