From 77cfc9f3b7dcec6ae996d904c9cdc187e91ec6b9 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Sat, 30 Nov 2024 15:35:49 -0800 Subject: [PATCH] Fix compile (see Issue #13) --- ch32v/ch32v203-lora/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ch32v/ch32v203-lora/Makefile b/ch32v/ch32v203-lora/Makefile index 62748fa..8ed9765 100644 --- a/ch32v/ch32v203-lora/Makefile +++ b/ch32v/ch32v203-lora/Makefile @@ -2,6 +2,7 @@ all : flash TARGET:=loratest TARGET_MCU:=CH32V203 +TARGET_MCU_PACKAGE:=C8 CH32V003FUN:=../ch32v003fun/ch32v003fun EXTRA_ELF_DEPENDENCIES:=chirpbuff.h