]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_R4_RM48_CCS5/main_full.c
RM48 port layer without FPU saving completed.
[freertos] / FreeRTOS / Demo / CORTEX_R4_RM48_CCS5 / main_full.c
index 5decd23992ff27b16fc4386b321e1a5fd5f9f0b6..a7d717b593c5c9bc1b4a03a1f5a9c5dc35ad85f8 100644 (file)
@@ -185,8 +185,8 @@ xTimerHandle xTimer = NULL;
        vStartSemaphoreTasks( mainSEM_TEST_PRIORITY );\r
 \r
        /* Create the register test tasks, as described at the top of this file. */\r
-       xTaskCreate(vRegTestTask1, ( const signed char * ) "Reg1...", configMINIMAL_STACK_SIZE, NULL, tskIDLE_PRIORITY, NULL );\r
-       xTaskCreate(vRegTestTask2, ( const signed char * ) "Reg2...", configMINIMAL_STACK_SIZE, NULL, tskIDLE_PRIORITY, NULL );\r
+       xTaskCreate( vRegTestTask1, ( const signed char * ) "Reg1...", configMINIMAL_STACK_SIZE, NULL, tskIDLE_PRIORITY, NULL );\r
+       xTaskCreate( vRegTestTask2, ( const signed char * ) "Reg2...", configMINIMAL_STACK_SIZE, NULL, tskIDLE_PRIORITY, NULL );\r
        \r
        /* Create the software timer that performs the 'check' functionality,\r
        as described at the top of this file. */\r