Skip to content

Commit

Permalink
nrf52820_microbit: Reduce CDC buffer size to 64B to reduce WebUSB los…
Browse files Browse the repository at this point in the history
…t chars.

Issue discussion: ARMmbed#903
  • Loading branch information
jaustin authored and microbit-carlos committed Nov 29, 2021
1 parent 43da448 commit 5dd2300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/hic_hal/nordic/nrf52820/usb_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
#define USBD_CDC_ACM_EP_BULKIN_STACK 0
#define USBD_CDC_ACM_WMAXPACKETSIZE1 64
#define USBD_CDC_ACM_HS_ENABLE1 1
#define USBD_CDC_ACM_HS_WMAXPACKETSIZE1 512
#define USBD_CDC_ACM_HS_WMAXPACKETSIZE1 64
#define USBD_CDC_ACM_HS_BINTERVAL1 1
#define USBD_CDC_ACM_CIF_STRDESC L"mbed Serial Port"
#define USBD_CDC_ACM_DIF_STRDESC L"mbed Serial Port"
Expand Down

0 comments on commit 5dd2300

Please sign in to comment.