]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/MSVC-MingW/port.c
Import the code coverage test additions from the (unpublished) Visual Studio project...
[freertos] / FreeRTOS / Source / portable / MSVC-MingW / port.c
index 081eece5e48a79f31ce8af12c376121bde022813..a755621edd7433622e6ad083339838705f18b563 100644 (file)
@@ -508,8 +508,7 @@ uint32_t ulErrorCode;
 \r
 void vPortEndScheduler( void )\r
 {\r
-       /* This function IS NOT TESTED! */\r
-       TerminateProcess( GetCurrentProcess(), 0 );\r
+       exit( 0 );\r
 }\r
 /*-----------------------------------------------------------*/\r
 \r