halconf: no need to have such a big TX USB buffers
This commit is contained in:
parent
93afc8125a
commit
cbc2773f67
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue