aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-03-05 18:19:48 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-03-05 18:19:48 +0000
commitc3d9a586f4f314900532c9f7c993a1c195b04c7e (patch)
tree2a3d459317b351be0cc219f353c9727d9a608a3e
parentd3aea34320e58c0779ba010f0b4a37fa63ee1bdb (diff)
downloadChibiOS-c3d9a586f4f314900532c9f7c993a1c195b04c7e.tar.gz
ChibiOS-c3d9a586f4f314900532c9f7c993a1c195b04c7e.tar.bz2
ChibiOS-c3d9a586f4f314900532c9f7c993a1c195b04c7e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4025 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--testhal/STM32F4xx/RTC/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/RTC/halconf.h b/testhal/STM32F4xx/RTC/halconf.h
index 0f9c5163a..50110606f 100644
--- a/testhal/STM32F4xx/RTC/halconf.h
+++ b/testhal/STM32F4xx/RTC/halconf.h
@@ -303,7 +303,7 @@
* default configuration.
*/
#if !defined(SERIAL_DEFAULT_BITRATE) || defined(__DOXYGEN__)
-#define SERIAL_DEFAULT_BITRATE 9600
+#define SERIAL_DEFAULT_BITRATE 38400
#endif
/**