Minor updates to the Microblaze KC702 demo to allow easier connection from a Telnet server.

This commit is contained in:
Richard Barry 2015-03-16 11:22:43 +00:00
parent 18ff880e75
commit a61db8f155
2 changed files with 1 additions and 6 deletions

View file

@ -146,14 +146,9 @@ for the run time stats. */
static XTmrCtr xTickTimerInstance;
/*-----------------------------------------------------------*/
volatile uint32_t ulx = 999;
int main( void )
{
/* Check start up code executed correctly. */
configASSERT( ulx == 999 );
ulx = 0;
/* Configure the hardware ready to run the demo. */
prvSetupHardware();