Reduce USB buffer size from 128 to 32

pull/4/head
DiSlord 6 years ago
parent ee2ffa105d
commit b8e98e95b9

@ -317,7 +317,7 @@
* buffers.
*/
#if !defined(SERIAL_USB_BUFFERS_SIZE) || defined(__DOXYGEN__)
#define SERIAL_USB_BUFFERS_SIZE 128
#define SERIAL_USB_BUFFERS_SIZE 32
#endif
/**

Loading…
Cancel
Save

Powered by TurnKey Linux.