stm32/boards/xxx_WB55: Enable USB HID now that it works on WB MCUs.
This commit is contained in:
parent
fa07deda9f
commit
ad0b7cb017
|
@ -59,6 +59,5 @@
|
|||
|
||||
// USB config
|
||||
#define MICROPY_HW_USB_FS (1)
|
||||
#define MICROPY_HW_USB_HID (0)
|
||||
#define USBD_CDC_RX_DATA_SIZE (512)
|
||||
#define USBD_CDC_TX_DATA_SIZE (512)
|
||||
|
|
|
@ -38,6 +38,5 @@
|
|||
|
||||
// USB config
|
||||
#define MICROPY_HW_USB_FS (1)
|
||||
#define MICROPY_HW_USB_HID (0)
|
||||
#define USBD_CDC_RX_DATA_SIZE (512)
|
||||
#define USBD_CDC_TX_DATA_SIZE (512)
|
||||
|
|
Loading…
Reference in New Issue