mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 19:50:30 +01:00
stm32/boards/xxx_WB55: Enable USB HID now that it works on WB MCUs.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user