all : flash

TARGET:=adc_group_injection
TARGET_MCU:=CH32X033

include ../../ch32fun/ch32fun.mk

flash : cv_flash
clean : cv_clean


