all : flash

TARGET:=tx_button
TARGET_MCU:=CH572
TARGET_MCU_PACKAGE:=CH572D

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

flash : cv_flash
clean : cv_clean
