cInputString[ lInputIndex ] = '\0';\r
}\r
}\r
- else\r
+ else if( ( cInChar >= ' ' ) && ( cInChar <= 'z' ) )\r
{\r
/* A character was entered. Add it to the string\r
entered so far. When a \n is entered the complete\r
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