all : flash

TARGET:=tim2_single_pulse
TARGET_MCU:=CH32X033

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

flash : cv_flash
clean : cv_clean


