Tidy up the MicoBlaze port layer - still a work in progress.

This commit is contained in:
Richard Barry 2011-06-11 12:00:52 +00:00
parent 3e07dd4a03
commit 4c80a9948e
4 changed files with 89 additions and 63 deletions

View file

@ -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;