From 1f7b57f57590844b044c93113fc0d20e195a2e24 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 31 Jul 2010 09:53:35 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2104 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/UART/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'testhal') diff --git a/testhal/STM32/UART/main.c b/testhal/STM32/UART/main.c index 5e6b9b413..a3e74a9a1 100644 --- a/testhal/STM32/UART/main.c +++ b/testhal/STM32/UART/main.c @@ -94,6 +94,7 @@ int main(int argc, char **argv) { * sleeping in a loop and check the button state. */ while (TRUE) { + uartStartSend(&UARTD2, 14, "Hello World!\r\n"); chThdSleepMilliseconds(500); } return 0; -- cgit v1.2.3