Add a register test to the new MicroBlaze demo - still a work in progress.

This commit is contained in:
Richard Barry 2011-06-10 09:43:12 +00:00
parent 4cda2df265
commit 3e07dd4a03
6 changed files with 948 additions and 155 deletions

View file

@ -178,7 +178,7 @@ static const unsigned portBASE_TYPE uxGPIOOutputChannel = 1UL, uxGPIOInputChanne
/*-----------------------------------------------------------*/
int main(void)
int main( void )
{
/* Configure the interrupt controller, LED outputs and button inputs. */
prvSetupHardware();