Update the Keil and IAR CM0 port layers to match the changes made to the GCC version.

This commit is contained in:
Richard Barry 2013-10-22 11:26:16 +00:00
parent 7bcbef721b
commit dcd261bb8b
3 changed files with 35 additions and 49 deletions

View file

@ -161,7 +161,7 @@ static void prvTaskExitError( void )
void vPortSVCHandler( void )
{
/* This function is no longer used, but returned for backward
/* This function is no longer used, but retained for backward
compatibility. */
}
/*-----------------------------------------------------------*/