typo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7549 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
ef027ec84e
commit
2a7ff56334
|
@ -67,7 +67,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if CH_CFG_ST_FREQUENCY <= 0
|
#if CH_CFG_ST_FREQUENCY <= 0
|
||||||
#error "invalid CH_CFG_ST_FREQUENCY specified, must be greated than zero"
|
#error "invalid CH_CFG_ST_FREQUENCY specified, must be greater than zero"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (CH_CFG_ST_TIMEDELTA < 0) || (CH_CFG_ST_TIMEDELTA == 1)
|
#if (CH_CFG_ST_TIMEDELTA < 0) || (CH_CFG_ST_TIMEDELTA == 1)
|
||||||
|
|
Loading…
Reference in New Issue