aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/UART/main.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-08-01 16:26:58 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-08-01 16:26:58 +0000
commitd51bace3bbd74a0ef12a7ade39abe3e4e4c248fc (patch)
treefa6163e344246517c78254d72d8f6b5d49547439 /testhal/STM32/UART/main.c
parent6a05cd46d52a85e00184f7ad9b81a3b5a2445f71 (diff)
downloadChibiOS-d51bace3bbd74a0ef12a7ade39abe3e4e4c248fc.tar.gz
ChibiOS-d51bace3bbd74a0ef12a7ade39abe3e4e4c248fc.tar.bz2
ChibiOS-d51bace3bbd74a0ef12a7ade39abe3e4e4c248fc.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2112 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/UART/main.c')
-rw-r--r--testhal/STM32/UART/main.c3
1 files changed, 1 insertions, 2 deletions
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);