aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F30x
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-03-09 11:16:46 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-03-09 11:16:46 +0000
commit4487f919ec1589ad2b9585008e924fcf09059a27 (patch)
tree3b05ac201dbece2d39af715f069afc3715636d11 /testhal/STM32/STM32F30x
parentb7985b957d0c259e9869763199c5cbf8ae9f4709 (diff)
downloadChibiOS-4487f919ec1589ad2b9585008e924fcf09059a27.tar.gz
ChibiOS-4487f919ec1589ad2b9585008e924fcf09059a27.tar.bz2
ChibiOS-4487f919ec1589ad2b9585008e924fcf09059a27.zip
Fixed a wrong comment in chconf.h.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7740 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F30x')
-rw-r--r--testhal/STM32/STM32F30x/ADC/chconf.h2
-rw-r--r--testhal/STM32/STM32F30x/ADC_DUAL/chconf.h2
-rw-r--r--testhal/STM32/STM32F30x/CAN/chconf.h2
-rw-r--r--testhal/STM32/STM32F30x/EXT/chconf.h2
-rw-r--r--testhal/STM32/STM32F30x/IRQ_STORM/chconf.h2
-rw-r--r--testhal/STM32/STM32F30x/PWM-ICU/chconf.h2
-rw-r--r--testhal/STM32/STM32F30x/SPI/chconf.h2
-rw-r--r--testhal/STM32/STM32F30x/UART/chconf.h2
-rw-r--r--testhal/STM32/STM32F30x/USB_CDC/chconf.h2
-rw-r--r--testhal/STM32/STM32F30x/USB_CDC_IAD/chconf.h2
10 files changed, 10 insertions, 10 deletions
diff --git a/testhal/STM32/STM32F30x/ADC/chconf.h b/testhal/STM32/STM32F30x/ADC/chconf.h
index fa2a5c859..ceff267de 100644
--- a/testhal/STM32/STM32F30x/ADC/chconf.h
+++ b/testhal/STM32/STM32F30x/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/STM32/STM32F30x/ADC_DUAL/chconf.h b/testhal/STM32/STM32F30x/ADC_DUAL/chconf.h
index fa2a5c859..ceff267de 100644
--- a/testhal/STM32/STM32F30x/ADC_DUAL/chconf.h
+++ b/testhal/STM32/STM32F30x/ADC_DUAL/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/STM32/STM32F30x/CAN/chconf.h b/testhal/STM32/STM32F30x/CAN/chconf.h
index fa2a5c859..ceff267de 100644
--- a/testhal/STM32/STM32F30x/CAN/chconf.h
+++ b/testhal/STM32/STM32F30x/CAN/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/STM32/STM32F30x/EXT/chconf.h b/testhal/STM32/STM32F30x/EXT/chconf.h
index fa2a5c859..ceff267de 100644
--- a/testhal/STM32/STM32F30x/EXT/chconf.h
+++ b/testhal/STM32/STM32F30x/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.*/ \
}
/**
diff --git a/testhal/STM32/STM32F30x/IRQ_STORM/chconf.h b/testhal/STM32/STM32F30x/IRQ_STORM/chconf.h
index b3e435c57..01849821c 100644
--- a/testhal/STM32/STM32F30x/IRQ_STORM/chconf.h
+++ b/testhal/STM32/STM32F30x/IRQ_STORM/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/STM32/STM32F30x/PWM-ICU/chconf.h b/testhal/STM32/STM32F30x/PWM-ICU/chconf.h
index fa2a5c859..ceff267de 100644
--- a/testhal/STM32/STM32F30x/PWM-ICU/chconf.h
+++ b/testhal/STM32/STM32F30x/PWM-ICU/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/STM32/STM32F30x/SPI/chconf.h b/testhal/STM32/STM32F30x/SPI/chconf.h
index fa2a5c859..ceff267de 100644
--- a/testhal/STM32/STM32F30x/SPI/chconf.h
+++ b/testhal/STM32/STM32F30x/SPI/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/STM32/STM32F30x/UART/chconf.h b/testhal/STM32/STM32F30x/UART/chconf.h
index fa2a5c859..ceff267de 100644
--- a/testhal/STM32/STM32F30x/UART/chconf.h
+++ b/testhal/STM32/STM32F30x/UART/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/STM32/STM32F30x/USB_CDC/chconf.h b/testhal/STM32/STM32F30x/USB_CDC/chconf.h
index fa2a5c859..ceff267de 100644
--- a/testhal/STM32/STM32F30x/USB_CDC/chconf.h
+++ b/testhal/STM32/STM32F30x/USB_CDC/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/STM32/STM32F30x/USB_CDC_IAD/chconf.h b/testhal/STM32/STM32F30x/USB_CDC_IAD/chconf.h
index fa2a5c859..ceff267de 100644
--- a/testhal/STM32/STM32F30x/USB_CDC_IAD/chconf.h
+++ b/testhal/STM32/STM32F30x/USB_CDC_IAD/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.*/ \
}
/**