diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/hal/testbuild/chconf.h | 2 | ||||
-rw-r--r-- | test/rt/coverage/chconf.h | 2 | ||||
-rw-r--r-- | test/rt/testbuild/chconf.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/hal/testbuild/chconf.h b/test/hal/testbuild/chconf.h index 14b808081..71bf7a0fd 100644 --- a/test/hal/testbuild/chconf.h +++ b/test/hal/testbuild/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/test/rt/coverage/chconf.h b/test/rt/coverage/chconf.h index a08521301..e8778eebd 100644 --- a/test/rt/coverage/chconf.h +++ b/test/rt/coverage/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/test/rt/testbuild/chconf.h b/test/rt/testbuild/chconf.h index bd44a0064..8574d272a 100644 --- a/test/rt/testbuild/chconf.h +++ b/test/rt/testbuild/chconf.h @@ -508,7 +508,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.*/ \
}
/**
|