diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-03-09 11:16:46 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-03-09 11:16:46 +0000 |
commit | 4487f919ec1589ad2b9585008e924fcf09059a27 (patch) | |
tree | 3b05ac201dbece2d39af715f069afc3715636d11 /demos/STM32/RT-STM32F373-STM32373C_EVAL | |
parent | b7985b957d0c259e9869763199c5cbf8ae9f4709 (diff) | |
download | ChibiOS-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 'demos/STM32/RT-STM32F373-STM32373C_EVAL')
-rw-r--r-- | demos/STM32/RT-STM32F373-STM32373C_EVAL/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F373-STM32373C_EVAL/chconf.h b/demos/STM32/RT-STM32F373-STM32373C_EVAL/chconf.h index b3e435c57..01849821c 100644 --- a/demos/STM32/RT-STM32F373-STM32373C_EVAL/chconf.h +++ b/demos/STM32/RT-STM32F373-STM32373C_EVAL/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.*/ \
}
/**
|