Skip to content
Snippets Groups Projects
Commit ad0b7cb0 authored by Damien George's avatar Damien George
Browse files

stm32/boards/xxx_WB55: Enable USB HID now that it works on WB MCUs.

parent fa07deda
Branches
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment