diff options
Diffstat (limited to 'testhal/KINETIS')
-rw-r--r-- | testhal/KINETIS/ADC/chconf.h | 2 | ||||
-rw-r--r-- | testhal/KINETIS/I2C/chconf.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testhal/KINETIS/ADC/chconf.h b/testhal/KINETIS/ADC/chconf.h index 51dd30d2a..50d7f2d73 100644 --- a/testhal/KINETIS/ADC/chconf.h +++ b/testhal/KINETIS/ADC/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.*/ \
}
/**
diff --git a/testhal/KINETIS/I2C/chconf.h b/testhal/KINETIS/I2C/chconf.h index 51dd30d2a..50d7f2d73 100644 --- a/testhal/KINETIS/I2C/chconf.h +++ b/testhal/KINETIS/I2C/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.*/ \
}
/**
|