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
Demo
CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn
CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn
CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn

@ -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();

@ -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();

@ -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();