diff options
Diffstat (limited to 'demos/SPC5/RT-SPC560P-EVB')
-rw-r--r-- | demos/SPC5/RT-SPC560P-EVB/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/SPC5/RT-SPC560P-EVB/chconf.h b/demos/SPC5/RT-SPC560P-EVB/chconf.h index 29094c879..441e5b109 100644 --- a/demos/SPC5/RT-SPC560P-EVB/chconf.h +++ b/demos/SPC5/RT-SPC560P-EVB/chconf.h @@ -440,7 +440,7 @@ * @details This hook is invoked just before switching between threads.
*/
#define CH_CFG_CONTEXT_SWITCH_HOOK(ntp, otp) { \
- /* System halt code here.*/ \
+ /* Context switch code here.*/ \
}
/**
|