aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include/chlicense.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/include/chlicense.h')
-rw-r--r--os/rt/include/chlicense.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/os/rt/include/chlicense.h b/os/rt/include/chlicense.h
index 254e6e930..064ec2412 100644
--- a/os/rt/include/chlicense.h
+++ b/os/rt/include/chlicense.h
@@ -207,17 +207,14 @@
#error "CH_CFG_USE_TM == TRUE, Time Measurement functionality restricted"
#endif
- #if CH_CFG_USE_MUTEXES_RECURSIVE == TRUE
- #error "CH_CFG_USE_MUTEXES_RECURSIVE == TRUE, Recursive Mutexes functionality restricted"
+ #if CH_CFG_USE_MUTEXES == TRUE
+ #error "CH_CFG_USE_MUTEXES == TRUE, Recursive Mutexes functionality restricted"
#endif
#if CH_CFG_USE_CONDVARS == TRUE
#error "CH_CFG_USE_CONDVARS == TRUE, Condition Variables functionality restricted"
#endif
- #if CH_CFG_USE_DYNAMIC == TRUE
- #error "CH_CFG_USE_DYNAMIC == TRUE, Dynamic Threads functionality restricted"
- #endif
#endif /* CH_LICENSE_FEATURES == CH_FEATURES_BASIC */
#else