all : flash

TARGET:=usbpd_sink
TARGET_MCU:=CH32X035

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

flash : cv_flash
clean : cv_clean
