From 4487f919ec1589ad2b9585008e924fcf09059a27 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 9 Mar 2015 11:16:46 +0000 Subject: 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 --- demos/STM32/RT-STM32F100-DISCOVERY/chconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/STM32/RT-STM32F100-DISCOVERY/chconf.h') diff --git a/demos/STM32/RT-STM32F100-DISCOVERY/chconf.h b/demos/STM32/RT-STM32F100-DISCOVERY/chconf.h index 4708d8f3e..a87f310e5 100644 --- a/demos/STM32/RT-STM32F100-DISCOVERY/chconf.h +++ b/demos/STM32/RT-STM32F100-DISCOVERY/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.*/ \ } /** -- cgit v1.2.3