mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-31 15:38:40 -04:00
MicroBlaze demo now building with lwIP included - but will not link until the Ethernetif file is implemented.
This commit is contained in:
parent
12a722bf36
commit
a176b54de5
13 changed files with 117 additions and 184 deletions
|
@ -533,3 +533,8 @@ unsigned long ulCSR;
|
|||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
/* These functions are not used by the Blinky build configuration. However,
|
||||
they need to be defined because the Blinky and Full build configurations share
|
||||
a FreeRTOSConifg.h configuration file. */
|
||||
void vMainConfigureTimerForRunTimeStats( void ) {}
|
||||
unsigned long ulMainGetRunTimeCounterValue( void ) { return 1; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue