]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/full_demo/main_full.c
Tidy up main_full.c and change alignment of variable accesses in RegTest.S for the...
[freertos] / FreeRTOS / Demo / RISC-V_Renode_Emulator_SoftConsole / full_demo / main_full.c
index 53f79d9fd3bc74f19e7460d180ce6cec23f7a1ba..0bd63ebf2b07a596164637231b511d5ff756d849 100644 (file)
@@ -209,6 +209,7 @@ void main_full( void )
        prvSetupPeripheralTimers();\r
 \r
        /* Start the scheduler. */\r
+       vSendString( "Starting" );\r
        vTaskStartScheduler();\r
 \r
        /* If all is well, the scheduler will now be running, and the following\r
@@ -235,10 +236,6 @@ extern void vToggleLED( void );
        /* Just to stop compiler warnings. */\r
        ( void ) pvParameters;\r
 \r
-       /* Start with a pass message, after which a '.' character will be printed\r
-       out on each successful loop. */\r
-       vSendString( "Pass" );\r
-\r
        /* Initialise xLastExecutionTime so the first call to vTaskDelayUntil()\r
        works correctly. */\r
        xLastExecutionTime = xTaskGetTickCount();\r