]> git.sur5r.net Git - freertos/blobdiff - Demo/Common/Minimal/integer.c
Remove some casting to keep the Keil/RVDS compiler quiet.
[freertos] / Demo / Common / Minimal / integer.c
index c666afe43b9e8d5af48e6fe353ea32109bad74a5..a3bf6f66325967a83d0aa00744599e876ec89f5f 100644 (file)
@@ -100,7 +100,7 @@ portSHORT sTask;
 \r
        for( sTask = 0; sTask < intgNUMBER_OF_TASKS; sTask++ )\r
        {\r
-               xTaskCreate( vCompeteingIntMathTask, ( const signed portCHAR * const ) "IntMath", intgSTACK_SIZE, ( void * ) &( xTaskCheck[ sTask ] ), uxPriority, ( xTaskHandle * ) NULL );\r
+               xTaskCreate( vCompeteingIntMathTask, ( signed portCHAR * ) "IntMath", intgSTACK_SIZE, ( void * ) &( xTaskCheck[ sTask ] ), uxPriority, ( xTaskHandle * ) NULL );\r
        }\r
 }\r
 /*-----------------------------------------------------------*/\r