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

This commit is contained in:
Damien George 2019-07-25 17:49:53 +10:00
parent fa07deda9f
commit ad0b7cb017
2 changed files with 0 additions and 2 deletions

View File

@ -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)

View File

@ -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)