aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-01 17:27:48 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-01 17:27:48 +0000
commit8cbaf4d1ecea862b142b9e5125e79fa6767b92ce (patch)
tree66478b27ff98513ea9a9e23267faeb272be353c3 /os
parentf1763b234b4139b5216ee87b5fed9d1325387478 (diff)
downloadChibiOS-8cbaf4d1ecea862b142b9e5125e79fa6767b92ce.tar.gz
ChibiOS-8cbaf4d1ecea862b142b9e5125e79fa6767b92ce.tar.bz2
ChibiOS-8cbaf4d1ecea862b142b9e5125e79fa6767b92ce.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7451 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/hal/templates/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/halconf.h b/os/hal/templates/halconf.h
index f30f0f972..bc7a992c1 100644
--- a/os/hal/templates/halconf.h
+++ b/os/hal/templates/halconf.h
@@ -334,7 +334,7 @@
* buffers.
*/
#if !defined(SERIAL_USB_BUFFERS_SIZE) || defined(__DOXYGEN__)
-#define SERIAL_USB_BUFFERS_SIZE 64
+#define SERIAL_USB_BUFFERS_SIZE 256
#endif
/** @} */