added "return" to eliminate warning.

This commit is contained in:
Joel Sherrill
1997-04-07 21:20:48 +00:00
parent 2ff1d5498e
commit d749165100
2 changed files with 4 additions and 0 deletions

View File

@@ -67,6 +67,8 @@ unsigned32 _CPU_ISR_Get_level( void )
/*
* This routine returns the current interrupt level.
*/
return 0;
}
/*PAGE

View File

@@ -67,6 +67,8 @@ unsigned32 _CPU_ISR_Get_level( void )
/*
* This routine returns the current interrupt level.
*/
return 0;
}
/*PAGE