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