diff options
Diffstat (limited to 'os/rt/include/chschd.h')
-rw-r--r-- | os/rt/include/chschd.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/os/rt/include/chschd.h b/os/rt/include/chschd.h index 6af0cdedb..f442286c9 100644 --- a/os/rt/include/chschd.h +++ b/os/rt/include/chschd.h @@ -490,12 +490,6 @@ struct ch_system { */
kernel_stats_t kernel_stats;
#endif
-#if CH_CFG_NO_IDLE_THREAD == FALSE
- /**
- * @brief Idle thread working area.
- */
- THD_WORKING_AREA(idle_thread_wa, PORT_IDLE_THREAD_STACK_SIZE);
-#endif
};
/*===========================================================================*/
|