From 58fe004bda0cc6140f1333121355457eda0ef0b7 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Tue, 24 Jun 2025 10:12:33 +0200 Subject: [PATCH] Bump --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index bf87868..aa22457 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # 'master' or hash -REV := 8ba9981e5 -BASE := https://raw.githubusercontent.com/cnlohr/ch32v003fun/$(REV) +REV := 5015285 +BASE := https://raw.githubusercontent.com/cnlohr/ch32fun/$(REV) CURL_FLAGS := -O -\# --fail --location --tlsv1.3 --proto =https --max-time 300 TARGET = output @@ -46,7 +46,7 @@ $(TARGET).elf: $(SRC) libgcc.a | ch32v003.ld ch32fun.h ch32v003hw.h ch32v003.ld: ch32fun.ld @$(CC) -E -P -x c $< > $@ \ -DTARGET_MCU=$(TARGET_MCU) \ - -DMCU_PACKAGE= \ + -DMCU_PACKAGE=1 \ -DTARGET_MCU_LD=0 \ -DTARGET_MCU_MEMORY_SPLIT=