all : flash

TARGET:=adc_touch_key
TARGET_MCU:=CH32X033

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

flash : cv_flash
clean : cv_clean


