From d51bace3bbd74a0ef12a7ade39abe3e4e4c248fc Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 1 Aug 2010 16:26:58 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2112 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/UART/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testhal/STM32/UART/main.c') diff --git a/testhal/STM32/UART/main.c b/testhal/STM32/UART/main.c index 121a1f4cb..1ba3ec336 100644 --- a/testhal/STM32/UART/main.c +++ b/testhal/STM32/UART/main.c @@ -121,8 +121,7 @@ int main(int argc, char **argv) { uartStartSend(&UARTD2, 13, "Starting...\r\n"); /* - * Normal main() thread activity, in this demo it does nothing except - * sleeping in a loop and check the button state. + * Normal main() thread activity, in this demo it does nothing. */ while (TRUE) { chThdSleepMilliseconds(500); -- cgit v1.2.3