aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include/chschd.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/include/chschd.h')
-rw-r--r--os/rt/include/chschd.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/os/rt/include/chschd.h b/os/rt/include/chschd.h
index 9d3b5dd4e..f62f6d709 100644
--- a/os/rt/include/chschd.h
+++ b/os/rt/include/chschd.h
@@ -114,18 +114,6 @@
/* Derived constants and error checks. */
/*===========================================================================*/
-#if !defined(CH_CFG_IDLE_ENTER_HOOK)
-#error "CH_CFG_IDLE_ENTER_HOOK not defined in chconf.h"
-#endif
-
-#if !defined(CH_CFG_IDLE_LEAVE_HOOK)
-#error "CH_CFG_IDLE_LEAVE_HOOK not defined in chconf.h"
-#endif
-
-#if !defined(CH_CFG_IDLE_LOOP_HOOK)
-#error "CH_CFG_IDLE_LOOP_HOOK not defined in chconf.h"
-#endif
-
/*===========================================================================*/
/* Module data structures and types. */
/*===========================================================================*/
@@ -438,6 +426,7 @@ struct ch_system {
*/
kernel_stats_t kernel_stats;
#endif
+ CH_CFG_SYSTEM_EXTRA_FIELDS
};
/*===========================================================================*/