]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/main.c
Start to remove unnecessary 'signed char *' casts from strings that are now just...
[freertos] / FreeRTOS / Demo / CORTUS_APS3_GCC / Demo / main.c
index 4cb9d4a9dd59514d03838fc8d29654baeb4b2bbb..3002f70b59604865363ea0204305dd0d1bb39f14 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.6.0 - Copyright (C) 2013 Real Time Engineers Ltd. \r
+    FreeRTOS V7.6.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
     All rights reserved\r
 \r
     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -180,7 +180,7 @@ int main( void )
        vStartRegTestTasks();\r
 \r
        /* Start the check task - which is defined in this file. */\r
-       xTaskCreate( vErrorChecks, ( signed char * ) "Check", configMINIMAL_STACK_SIZE, NULL, mainCHECK_TASK_PRIORITY, NULL );\r
+       xTaskCreate( vErrorChecks, "Check", configMINIMAL_STACK_SIZE, NULL, mainCHECK_TASK_PRIORITY, NULL );\r
 \r
        /* Now all the tasks have been started - start the scheduler. */\r
        vTaskStartScheduler();\r