mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-07-10 22:21:15 +08:00
Remove unreferenced variables from main.c for the PSoC 5 demos.
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user