Check in the MicroBlaze projects before copying them to create the version that uses the full Ethernet.

This commit is contained in:
Richard Barry 2011-07-27 16:54:57 +00:00
parent f69b2efa66
commit 74eedea5db
4 changed files with 32 additions and 8 deletions

View file

@ -522,9 +522,6 @@ static long lCheckTimerStarted = pdFALSE;
xTimerStart( xCheckTimer, mainDONT_BLOCK );
lCheckTimerStarted = pdTRUE;
}
extern void vTemp( void );
vTemp();
}
/*-----------------------------------------------------------*/