From 9ec03852f22d65f77e4d6a93a81f726d43552c5c Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 5 Apr 2015 15:49:46 +0000 Subject: Wrong comment. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7858 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/STM32/RT-STM32F407-DISCOVERY/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos/STM32') 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)) -- cgit v1.2.3