all : flash

TARGET:=adc_touch
TARGET_MCU:=CH582
# TARGET_MCU_PACKAGE:=CH570D

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

flash : cv_flash
clean : cv_clean
