halconf: no need to have such a big TX USB buffers

This commit is contained in:
Andrey Gusakov 2024-11-04 13:56:35 +03:00 committed by rusefillc
parent 93afc8125a
commit cbc2773f67
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@
#endif
#ifndef SERIAL_USB_BUFFERS_TX_SIZE
#define SERIAL_USB_BUFFERS_TX_SIZE 1024
#define SERIAL_USB_BUFFERS_TX_SIZE 512
#endif
#ifndef SERIAL_USB_BUFFERS_TX_NUMBER