Delete sample code

This commit is contained in:
Imbus 2025-06-18 00:49:30 +02:00
parent 88def95e47
commit aaf7652391
8 changed files with 4 additions and 522 deletions

View file

@ -11,7 +11,7 @@ CC := $(TOOL_PREFIX)-gcc
OBJDUMP := $(TOOL_PREFIX)-objdump
OBJCOPY := $(TOOL_PREFIX)-objcopy
SRC := ch32fun.c main.c rsa.c rand.c
SRC := ch32fun.c main.c
CFLAGS = -g \
-Os \