aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-04-05 15:49:46 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-04-05 15:49:46 +0000
commit9ec03852f22d65f77e4d6a93a81f726d43552c5c (patch)
tree44dc97dea44d87fad84b54f3300ed16cd6374ef6 /demos/STM32
parent0f063da229cb9afd722e403e41c2b224df28dddf (diff)
downloadChibiOS-9ec03852f22d65f77e4d6a93a81f726d43552c5c.tar.gz
ChibiOS-9ec03852f22d65f77e4d6a93a81f726d43552c5c.tar.bz2
ChibiOS-9ec03852f22d65f77e4d6a93a81f726d43552c5c.zip
Wrong comment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7858 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32')
-rw-r--r--demos/STM32/RT-STM32F407-DISCOVERY/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/STM32/RT-STM32F407-DISCOVERY/main.c b/demos/STM32/RT-STM32F407-DISCOVERY/main.c
index 1049ea7cc..e7b5bd39c 100644
--- a/demos/STM32/RT-STM32F407-DISCOVERY/main.c
+++ b/demos/STM32/RT-STM32F407-DISCOVERY/main.c
@@ -64,8 +64,8 @@ int main(void) {
chThdCreateStatic(waThread1, sizeof(waThread1), NORMALPRIO, Thread1, NULL);
/*
- * Normal main() thread activity, in this demo it just performs
- * a shell respawn upon its termination.
+ * Normal main() thread activity, in this demo it does nothing except
+ * sleeping in a loop and check the button state.
*/
while (true) {
if (palReadPad(GPIOA, GPIOA_BUTTON))