aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/AVR')
-rw-r--r--testhal/AVR/GPT/chconf.h2
-rw-r--r--testhal/AVR/I2C/chconf.h2
-rw-r--r--testhal/AVR/ICU/chconf.h2
-rw-r--r--testhal/AVR/PWM/chconf.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/testhal/AVR/GPT/chconf.h b/testhal/AVR/GPT/chconf.h
index 662f53b0d..149d5f36c 100644
--- a/testhal/AVR/GPT/chconf.h
+++ b/testhal/AVR/GPT/chconf.h
@@ -466,7 +466,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/AVR/I2C/chconf.h b/testhal/AVR/I2C/chconf.h
index 662f53b0d..149d5f36c 100644
--- a/testhal/AVR/I2C/chconf.h
+++ b/testhal/AVR/I2C/chconf.h
@@ -466,7 +466,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/AVR/ICU/chconf.h b/testhal/AVR/ICU/chconf.h
index 662f53b0d..149d5f36c 100644
--- a/testhal/AVR/ICU/chconf.h
+++ b/testhal/AVR/ICU/chconf.h
@@ -466,7 +466,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/AVR/PWM/chconf.h b/testhal/AVR/PWM/chconf.h
index 662f53b0d..149d5f36c 100644
--- a/testhal/AVR/PWM/chconf.h
+++ b/testhal/AVR/PWM/chconf.h
@@ -466,7 +466,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.*/ \
}
/**