Skip to content

Commit

Permalink
Fix CH32V208 Zero Wait Flash and RAM size
Browse files Browse the repository at this point in the history
  • Loading branch information
VynDragon committed Dec 10, 2024
1 parent 9a305d8 commit b6618f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ch32v003fun/ch32v003fun.mk
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ else
CFLAGS+=-DCH32V20x_D8
else ifeq ($(findstring 208, $(TARGET_MCU_PACKAGE)), 208)
CFLAGS+=-DCH32V20x_D8W
MCU_PACKAGE:=3
else ifeq ($(findstring F8, $(TARGET_MCU_PACKAGE)), F8)
MCU_PACKAGE:=1
else ifeq ($(findstring G8, $(TARGET_MCU_PACKAGE)), G8)
Expand Down

0 comments on commit b6618f1

Please sign in to comment.