diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-21 13:48:27 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-21 13:48:27 +0000 |
commit | 50cb1bb73beec57f0e6031dcccbbc2aa4a02a7c1 (patch) | |
tree | ae5b19074a0acb4124755f7f4acca5b2218fd7c6 /os/rt/include | |
parent | 35bdb9a42cbbf1505effd5aaa86b7d839c48692f (diff) | |
download | ChibiOS-50cb1bb73beec57f0e6031dcccbbc2aa4a02a7c1.tar.gz ChibiOS-50cb1bb73beec57f0e6031dcccbbc2aa4a02a7c1.tar.bz2 ChibiOS-50cb1bb73beec57f0e6031dcccbbc2aa4a02a7c1.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6194 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/include')
-rw-r--r-- | os/rt/include/chvt.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/os/rt/include/chvt.h b/os/rt/include/chvt.h index d4948f1d6..447a7447d 100644 --- a/os/rt/include/chvt.h +++ b/os/rt/include/chvt.h @@ -41,10 +41,6 @@ /* 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)
#error "invalid CH_CFG_TIMEDELTA specified"
#endif
|