Files
CherryUSB/demo/stm32/stm32f103c8t6/example/example_select.h
2021-11-20 22:23:02 +08:00

15 lines
217 B
C

/*!< Use macros to select the examples to test */
/*!< cdc */
#define USB_CDC
/*!< hid keyboard */
//#define USB_HID_KEYBOARD
/*!< hid mouse */
//#define USB_HID_MOUSE
/*!< hid custom */
//#define USB_HID_CUSTOM