git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7915 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2015-04-21 13:12:32 +00:00
parent 78d9d84ae6
commit b63f065fe7
1 changed files with 5 additions and 5 deletions

View File

@ -194,11 +194,11 @@
#error "CH_CFG_ST_TIMEDELTA > 2, High Resolution Time functionality restricted" #error "CH_CFG_ST_TIMEDELTA > 2, High Resolution Time functionality restricted"
#endif #endif
#if CH_CFG_USE_TM #if CH_CFG_USE_TM == TRUE
#error "CH_CFG_USE_TM == TRUE, Time Measurement functionality restricted" #error "CH_CFG_USE_TM == TRUE, Time Measurement functionality restricted"
#endif #endif
#if CH_DBG_STATISTICS #if CH_DBG_STATISTICS == TRUE
#error "CH_DBG_STATISTICS == TRUE, Statistics functionality restricted" #error "CH_DBG_STATISTICS == TRUE, Statistics functionality restricted"
#endif #endif
@ -208,15 +208,15 @@
#error "CH_CFG_ST_TIMEDELTA > 0, Tick-Less functionality restricted" #error "CH_CFG_ST_TIMEDELTA > 0, Tick-Less functionality restricted"
#endif #endif
#if CH_CFG_USE_MUTEXES_RECURSIVE #if CH_CFG_USE_MUTEXES_RECURSIVE == TRUE
#error "CH_CFG_USE_MUTEXES_RECURSIVE == TRUE, Recursive Mutexes functionality restricted" #error "CH_CFG_USE_MUTEXES_RECURSIVE == TRUE, Recursive Mutexes functionality restricted"
#endif #endif
#if CH_CFG_USE_CONDVARS #if CH_CFG_USE_CONDVARS == TRUE
#error "CH_CFG_USE_CONDVARS == TRUE, Condition Variables functionality restricted" #error "CH_CFG_USE_CONDVARS == TRUE, Condition Variables functionality restricted"
#endif #endif
#if CH_CFG_USE_DYNAMIC #if CH_CFG_USE_DYNAMIC == TRUE
#error "CH_CFG_USE_DYNAMIC == TRUE, Dynamic Threads functionality restricted" #error "CH_CFG_USE_DYNAMIC == TRUE, Dynamic Threads functionality restricted"
#endif #endif
#endif /* CH_LICENSE_FEATURES == CH_FEATURES_BASIC */ #endif /* CH_LICENSE_FEATURES == CH_FEATURES_BASIC */