add stm32 hid demos and remove cdc demo to example
This commit is contained in:
14
demo/stm32/stm32f103c8t6/example/example_select.h
Normal file
14
demo/stm32/stm32f103c8t6/example/example_select.h
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
/*!< 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
|
||||
Reference in New Issue
Block a user