15 lines
217 B
C
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
|