aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F1xx/EXT/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32F1xx/EXT/chconf.h')
-rw-r--r--testhal/STM32/STM32F1xx/EXT/chconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F1xx/EXT/chconf.h b/testhal/STM32/STM32F1xx/EXT/chconf.h
index 6fa9e6acb..9499eedae 100644
--- a/testhal/STM32/STM32F1xx/EXT/chconf.h
+++ b/testhal/STM32/STM32F1xx/EXT/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.*/ \
}
/**