mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-30 23:18:37 -04:00
Add a register test to the new MicroBlaze demo - still a work in progress.
This commit is contained in:
parent
4cda2df265
commit
3e07dd4a03
6 changed files with 948 additions and 155 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue