git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7549 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2014-11-30 09:50:58 +00:00
parent ef027ec84e
commit 2a7ff56334
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
#endif
#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
#if (CH_CFG_ST_TIMEDELTA < 0) || (CH_CFG_ST_TIMEDELTA == 1)