forked from Imagelibrary/rtems
added "return" to eliminate warning.
This commit is contained in:
@@ -67,6 +67,8 @@ unsigned32 _CPU_ISR_Get_level( void )
|
|||||||
/*
|
/*
|
||||||
* This routine returns the current interrupt level.
|
* This routine returns the current interrupt level.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*PAGE
|
/*PAGE
|
||||||
|
|||||||
@@ -67,6 +67,8 @@ unsigned32 _CPU_ISR_Get_level( void )
|
|||||||
/*
|
/*
|
||||||
* This routine returns the current interrupt level.
|
* This routine returns the current interrupt level.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*PAGE
|
/*PAGE
|
||||||
|
|||||||
Reference in New Issue
Block a user