git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6194 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
35bdb9a42c
commit
50cb1bb73b
|
@ -41,10 +41,6 @@
|
||||||
/* Derived constants and error checks. */
|
/* Derived constants and error checks. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
#if CH_CFG_ST_FREQUENCY <= 0
|
|
||||||
#error "invalid CH_CFG_ST_FREQUENCY specified"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if (CH_CFG_TIMEDELTA < 0) || (CH_CFG_TIMEDELTA == 1)
|
#if (CH_CFG_TIMEDELTA < 0) || (CH_CFG_TIMEDELTA == 1)
|
||||||
#error "invalid CH_CFG_TIMEDELTA specified"
|
#error "invalid CH_CFG_TIMEDELTA specified"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue