Remove unreferenced variables from main.c for the PSoC 5 demos.

This commit is contained in:
Richard Barry 2011-01-25 10:16:20 +00:00
parent 063a1538c7
commit 0079d00fec
3 changed files with 0 additions and 9 deletions

View File

@ -125,9 +125,6 @@ static void prvHardwareSetup( void );
void main( void )
{
unsigned long ulLed = 0;
unsigned long ulIteration = 0;
/* Place your initialization/startup code here (e.g. MyInst_Start()) */
prvHardwareSetup();

View File

@ -125,9 +125,6 @@ static void prvHardwareSetup( void );
void main( void )
{
unsigned long ulLed = 0;
unsigned long ulIteration = 0;
/* Place your initialization/startup code here (e.g. MyInst_Start()) */
prvHardwareSetup();

View File

@ -125,9 +125,6 @@ static void prvHardwareSetup( void );
void main( void )
{
unsigned long ulLed = 0;
unsigned long ulIteration = 0;
/* Place your initialization/startup code here (e.g. MyInst_Start()) */
prvHardwareSetup();