]> git.sur5r.net Git - freertos/commitdiff
Minor typo in comment corrected in the Kinetis main-full.c.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 23 Jul 2011 21:11:24 +0000 (21:11 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 23 Jul 2011 21:11:24 +0000 (21:11 +0000)
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

index 16a98174fe9d940d63b832608ad875590fcab38d..5d1c609c2a99351ee8f7e16bdf9ba3279d8c0137 100644 (file)
  *\r
  *\r
  * The Demo Specific "LED" Timers and Callback Function:\r
- * Two very simple LED timers are created.  All they do is toggle and LED timer\r
- * callback function is executed.  The two timers share a callback function, so \r
- * the callback function parameter is used to determine which timer actually \r
- * expired, and therefore, which LED to toggle.  Both timers use a different \r
- * frequency, one toggles the blue LED and the other the green LED.\r
+ * Two very simple LED timers are created.  All they do is toggle an LED each\r
+ * when the timer callback function is executed.  The two timers share a \r
+ * callback function, so the callback function parameter is used to determine \r
+ * which timer actually expired, and therefore, which LED to toggle.  Both \r
+ * timers use a different frequency, one toggles the blue LED and the other the \r
+ * green LED.\r
  *\r
  * The LED/Button Software Timer and the Button Interrupt:\r
  * The user button SW2 is configured to generate an interrupt each time it is\r