]> git.sur5r.net Git - freertos/blobdiff - Demo/CORTEX_Kinetis_K60_Tower_IAR/ParTest.c
Move the MSVC/lwIP code into the main line.
[freertos] / Demo / CORTEX_Kinetis_K60_Tower_IAR / ParTest.c
index 2e2d96275cca0acd834d0766aa2827166fdc34e0..7ae69bcac2aa2c99f8f4e504787c52b537dfedec 100644 (file)
@@ -52,7 +52,7 @@
 */\r
 \r
 /*-----------------------------------------------------------\r
- * Simple parallel port IO routines.\r
+ * Simple GPIO (parallel port) IO routines.\r
  *-----------------------------------------------------------*/\r
 \r
 /* Kernel includes. */\r
@@ -68,6 +68,7 @@
 /* Only the LEDs on one of the two seven segment displays are used. */\r
 #define partstMAX_LEDS         4\r
 \r
+/* The bits used to control the LEDs on the TWR-K60N512. */\r
 const unsigned long ulLEDs[ partstMAX_LEDS ] = { ( 1UL << 10UL ), ( 1UL << 29UL ), ( 1UL << 28UL ), ( 1UL << 11UL ) };\r
 \r
 /*-----------------------------------------------------------*/\r