diff options
Diffstat (limited to 'os/hal/templates/halconf.h')
-rw-r--r-- | os/hal/templates/halconf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/os/hal/templates/halconf.h b/os/hal/templates/halconf.h index cea0675a6..09d1365c5 100644 --- a/os/hal/templates/halconf.h +++ b/os/hal/templates/halconf.h @@ -106,6 +106,12 @@ #define CH_HAL_USE_SERIAL TRUE
#endif
+/*
+ * Default SERIAL settings overrides (uncomment to override).
+ */
+/*#define SERIAL_DEFAULT_BITRATE 38400*/
+/*#define SERIAL_BUFFERS_SIZE 64*/
+
/*===========================================================================*/
/* SPI driver related settings. */
/*===========================================================================*/
|