Fix compiler warning in psp_test.c when compiled with ARM compiler.

Add portYIELD_FROM_ISR() macros to Cortex-M ports.  The new macro just calls the exiting portEND_SWITCHING_ISR() macro.
Remove code from the MSVC port layer that was left over from a previous implementation and become obsolete.
This commit is contained in:
Richard Barry 2013-05-19 09:43:00 +00:00
parent 9b153b3e06
commit a03b171992
12 changed files with 73 additions and 72 deletions

View file

@ -70,7 +70,7 @@ uint8_t _f_result ( uint8_t testnum, uint32_t result )
}
else
{
printf( "FAILED! Error code: %u\r\n", result );
printf( "FAILED! Error code: %u\r\n", ( unsigned int ) result );
all_tests_passed = 0u;
}