Tidy up and comment.

This commit is contained in:
Richard Barry 2009-01-28 12:21:11 +00:00
parent dd9ed87596
commit f5e095e34f
11 changed files with 157 additions and 451 deletions

View file

@ -47,17 +47,15 @@
licensing and training services.
*/
/*
Changes from V2.5.2
+ All LED's are turned off to start.
*/
/*-----------------------------------------------------------
* Simple parallel port IO routines.
*-----------------------------------------------------------*/
/* FreeRTOS includes. */
#include "FreeRTOS.h"
#include "task.h"
#include "partest.h"
#define partstNUM_LEDs 4
#define LED0_MASK ( ( unsigned short ) 0x08 )
@ -68,9 +66,6 @@
static const unsigned short xLEDs[ partstNUM_LEDs ] = { LED0_MASK, LED1_MASK, LED2_MASK, LED3_MASK };
/*-----------------------------------------------------------
* Simple parallel port IO routines.
*-----------------------------------------------------------*/
void vParTestInitialise( void )
{