From de95f94fbeb425a7e36e664181824db6ed021ccc Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 3 Jan 2010 12:42:46 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1500 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARM7-LPC214x-FATFS-GCC/main.c | 2 +- demos/ARMCM3-STM32F103-FATFS-GCC/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'demos') diff --git a/demos/ARM7-LPC214x-FATFS-GCC/main.c b/demos/ARM7-LPC214x-FATFS-GCC/main.c index 70d1605bf..d76bae314 100644 --- a/demos/ARM7-LPC214x-FATFS-GCC/main.c +++ b/demos/ARM7-LPC214x-FATFS-GCC/main.c @@ -262,7 +262,7 @@ int main(int argc, char **argv) { /* * Normal main() thread activity, in this demo it does nothing except - * sleeping in a loop and listed for events. + * sleeping in a loop and listen for events. */ evtInit(&evt, MS2ST(500)); /* Initializes an event timer object. */ evtStart(&evt); /* Starts the event timer. */ diff --git a/demos/ARMCM3-STM32F103-FATFS-GCC/main.c b/demos/ARMCM3-STM32F103-FATFS-GCC/main.c index b2ff15bdd..7322ba1aa 100644 --- a/demos/ARMCM3-STM32F103-FATFS-GCC/main.c +++ b/demos/ARMCM3-STM32F103-FATFS-GCC/main.c @@ -211,7 +211,7 @@ int main(int argc, char **argv) { /* * Normal main() thread activity, in this demo it does nothing except - * sleeping in a loop and listed for events. + * sleeping in a loop and listen for events. */ evtInit(&evt, MS2ST(500)); /* Initializes an event timer object. */ evtStart(&evt); /* Starts the event timer. */ -- cgit v1.2.3