]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/main.c
Minor updates to the Microblaze KC702 demo to allow easier connection from a Telnet...
[freertos] / FreeRTOS / Demo / MicroBlaze_Kintex7_EthernetLite / RTOSDemo / src / main.c
index 2b877bbe3e6e22125e85812c7880f7ba71c38ef4..2f967482f2f28a79356bc7a498534c376d155a12 100644 (file)
@@ -146,14 +146,9 @@ for the run time stats. */
 static XTmrCtr xTickTimerInstance;\r
 \r
 /*-----------------------------------------------------------*/\r
-volatile uint32_t ulx = 999;\r
 \r
 int main( void )\r
 {\r
-       /* Check start up code executed correctly. */\r
-       configASSERT( ulx == 999 );\r
-       ulx = 0;\r
-\r
        /* Configure the hardware ready to run the demo. */\r
        prvSetupHardware();\r
 \r