mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-06-06 12:29:03 -04:00
Remove unreferenced variables from main.c for the PSoC 5 demos.
This commit is contained in:
parent
063a1538c7
commit
0079d00fec
|
@ -125,9 +125,6 @@ static void prvHardwareSetup( void );
|
||||||
|
|
||||||
void main( void )
|
void main( void )
|
||||||
{
|
{
|
||||||
unsigned long ulLed = 0;
|
|
||||||
unsigned long ulIteration = 0;
|
|
||||||
|
|
||||||
/* Place your initialization/startup code here (e.g. MyInst_Start()) */
|
/* Place your initialization/startup code here (e.g. MyInst_Start()) */
|
||||||
prvHardwareSetup();
|
prvHardwareSetup();
|
||||||
|
|
||||||
|
|
|
@ -125,9 +125,6 @@ static void prvHardwareSetup( void );
|
||||||
|
|
||||||
void main( void )
|
void main( void )
|
||||||
{
|
{
|
||||||
unsigned long ulLed = 0;
|
|
||||||
unsigned long ulIteration = 0;
|
|
||||||
|
|
||||||
/* Place your initialization/startup code here (e.g. MyInst_Start()) */
|
/* Place your initialization/startup code here (e.g. MyInst_Start()) */
|
||||||
prvHardwareSetup();
|
prvHardwareSetup();
|
||||||
|
|
||||||
|
|
|
@ -125,9 +125,6 @@ static void prvHardwareSetup( void );
|
||||||
|
|
||||||
void main( void )
|
void main( void )
|
||||||
{
|
{
|
||||||
unsigned long ulLed = 0;
|
|
||||||
unsigned long ulIteration = 0;
|
|
||||||
|
|
||||||
/* Place your initialization/startup code here (e.g. MyInst_Start()) */
|
/* Place your initialization/startup code here (e.g. MyInst_Start()) */
|
||||||
prvHardwareSetup();
|
prvHardwareSetup();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue