Files
CherryUSB/demo/stm32/stm32f103c8t6/example/example_select.h

15 lines
217 B
C
Raw Normal View History

/*!< 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