mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-29 22:48:37 -04:00
Tidy up the MicoBlaze port layer - still a work in progress.
This commit is contained in:
parent
3e07dd4a03
commit
4c80a9948e
4 changed files with 89 additions and 63 deletions
|
@ -546,7 +546,7 @@ const unsigned char ucSetToOutput = 0U;
|
|||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
extern void vAssertCalled( char *pcFile, long lLine )
|
||||
void vAssertCalled( char *pcFile, long lLine )
|
||||
{
|
||||
volatile unsigned long ul = 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue