Fixed misconfiguration of tickles mode for ADICUP360 demo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13665 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
8a9a5ba570
commit
40d9900520
|
@ -80,7 +80,7 @@
|
||||||
* this value.
|
* this value.
|
||||||
*/
|
*/
|
||||||
#if !defined(CH_CFG_ST_TIMEDELTA)
|
#if !defined(CH_CFG_ST_TIMEDELTA)
|
||||||
#define CH_CFG_ST_TIMEDELTA 2
|
#define CH_CFG_ST_TIMEDELTA 5
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
Loading…
Reference in New Issue