Skip to content

Commit

Permalink
hpmicro: usb host: update CONFIG_USBHOST_CDCACM_RXBUFSIZE to 513
Browse files Browse the repository at this point in the history
- update CONFIG_USBHOST_CDCACM_RXBUFSIZE to 513

Signed-off-by: Zhihong Chen <[email protected]>
  • Loading branch information
chenzhihong007 committed Dec 1, 2023
1 parent 3c70992 commit d1087ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ CONFIG_UART0_TXBUFSIZE=128
CONFIG_USBHOST=y
CONFIG_USBHOST_ASYNCH=y
CONFIG_USBHOST_CDCACM=y
CONFIG_USBHOST_CDCACM_RXBUFSIZE=512
CONFIG_USBHOST_CDCACM_RXBUFSIZE=513
CONFIG_USBHOST_CDCACM_TXBUFSIZE=512
CONFIG_USBHOST_COMPOSITE=y
CONFIG_USBHOST_HIDKBD=y
Expand Down

0 comments on commit d1087ce

Please sign in to comment.