mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Recreated MicroBlaze example using Vivado 2016.1 - the Microblaze project is still a work in progress - not yet fully functional.
This commit is contained in:
parent
501be60574
commit
fedb98c5f6
48 changed files with 7675 additions and 316 deletions
|
@ -386,14 +386,4 @@ const uint32_t ulPrescale = 10, ulTCR2Offset = 24UL;
|
|||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
int outbyte( int c )
|
||||
{
|
||||
return c;
|
||||
}
|
||||
|
||||
void xil_printf( const char *pc, ... )
|
||||
{
|
||||
( void ) pc;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue