From 8d9074541c5740eb7ba9ec8313c5c806718e025f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 28 Oct 2012 07:47:01 +0000 Subject: Fixed bug 3579734. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4787 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARM7-LPC214x-GCC/main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'demos/ARM7-LPC214x-GCC/main.c') diff --git a/demos/ARM7-LPC214x-GCC/main.c b/demos/ARM7-LPC214x-GCC/main.c index 4040f0522..d7990e654 100644 --- a/demos/ARM7-LPC214x-GCC/main.c +++ b/demos/ARM7-LPC214x-GCC/main.c @@ -78,7 +78,7 @@ int main(void) { chSysInit(); /* - * Activates the serial driver 2 using the driver default configuration. + * Activates the serial driver 1 using the driver default configuration. */ sdStart(&SD1, NULL); @@ -93,7 +93,8 @@ int main(void) { /* * Normal main() thread activity, in this demo it does nothing except - * sleeping in a loop and check the buttons state. + * sleeping in a loop and check the buttons state and run test procedure + * or print "Hello World!" on serial driver 1. */ while (TRUE) { if (!palReadPad(IOPORT1, PA_BUTTON1)) -- cgit v1.2.3