diff options
author | edolomb <none@example.com> | 2018-03-16 16:05:56 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2018-03-16 16:05:56 +0000 |
commit | 7b6a255a2c1a8e0ef6e2a1448e796f72e2cf78c3 (patch) | |
tree | 758830f17bb3d2c1052c32728ba654a66e79847b /testhal/ATSAMA5D2/UART/chconf.h | |
parent | 45937b8179d364df1a186fadac7c4665db33836a (diff) | |
download | ChibiOS-7b6a255a2c1a8e0ef6e2a1448e796f72e2cf78c3.tar.gz ChibiOS-7b6a255a2c1a8e0ef6e2a1448e796f72e2cf78c3.tar.bz2 ChibiOS-7b6a255a2c1a8e0ef6e2a1448e796f72e2cf78c3.zip |
- Updated demo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11781 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/ATSAMA5D2/UART/chconf.h')
-rw-r--r-- | testhal/ATSAMA5D2/UART/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/ATSAMA5D2/UART/chconf.h b/testhal/ATSAMA5D2/UART/chconf.h index 522791d24..392caac58 100644 --- a/testhal/ATSAMA5D2/UART/chconf.h +++ b/testhal/ATSAMA5D2/UART/chconf.h @@ -71,7 +71,7 @@ * The value one is not valid, timeouts are rounded up to
* this value.
*/
-#define CH_CFG_ST_TIMEDELTA 2
+#define CH_CFG_ST_TIMEDELTA 0
/** @} */
|