WXK
2025-02-05 961c1174bbf1aaae5fa2f672806ed4eaf2f917be
1
2
3
4
5
6
7
8
#ifndef USB_DFU__H_
#define USB_DFU__H_
 
#include "PanSeries.h"
 
void on_usb_dfu_enter(void);
 
#endif