hook os_idle_demon
Fork of mbed-rtos by
Revision 16:0a6b48963081, committed 2014-01-17
- Comitter:
- okini3939
- Date:
- Fri Jan 17 09:10:29 2014 +0000
- Parent:
- 15:29007aef10a4
- Commit message:
- 1st build
Changed in this revision
rtx/RTX_Conf_CM.c | Show annotated file Show diff for this revision Revisions of this file |
diff -r 29007aef10a4 -r 0a6b48963081 rtx/RTX_Conf_CM.c --- a/rtx/RTX_Conf_CM.c Tue Nov 19 09:00:05 2013 +0000 +++ b/rtx/RTX_Conf_CM.c Fri Jan 17 09:10:29 2014 +0000 @@ -210,6 +210,7 @@ /*---------------------------------------------------------------------------- * OS Idle daemon *---------------------------------------------------------------------------*/ +__attribute__ ((weak)) void os_idle_demon (void) { /* The idle demon is a system thread, running when no other thread is */ /* ready to run. */