From 229bff2ac7cbad98d487fc4abae327da14047abf Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sat, 23 Jul 2011 21:11:24 +0000 Subject: [PATCH] Minor typo in comment corrected in the Kinetis main-full.c. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1493 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/CORTEX_Kinetis_K60_Tower_IAR/main-full.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Demo/CORTEX_Kinetis_K60_Tower_IAR/main-full.c b/Demo/CORTEX_Kinetis_K60_Tower_IAR/main-full.c index 16a98174f..5d1c609c2 100644 --- a/Demo/CORTEX_Kinetis_K60_Tower_IAR/main-full.c +++ b/Demo/CORTEX_Kinetis_K60_Tower_IAR/main-full.c @@ -90,11 +90,12 @@ * * * The Demo Specific "LED" Timers and Callback Function: - * Two very simple LED timers are created. All they do is toggle and LED timer - * callback function is executed. The two timers share a callback function, so - * the callback function parameter is used to determine which timer actually - * expired, and therefore, which LED to toggle. Both timers use a different - * frequency, one toggles the blue LED and the other the green LED. + * Two very simple LED timers are created. All they do is toggle an LED each + * when the timer callback function is executed. The two timers share a + * callback function, so the callback function parameter is used to determine + * which timer actually expired, and therefore, which LED to toggle. Both + * timers use a different frequency, one toggles the blue LED and the other the + * green LED. * * The LED/Button Software Timer and the Button Interrupt: * The user button SW2 is configured to generate an interrupt each time it is -- 2.39.2