]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/WIN32-MSVC/main.c
Microblaze: Add a port optimised task selection implementation to the Microblaze...
[freertos] / FreeRTOS / Demo / WIN32-MSVC / main.c
index 84b3841e25add9b3bcea8d8d9171be315eaebc7a..3cd5da9be0422f2a155feed97c90f8d52a39d885 100644 (file)
@@ -185,7 +185,8 @@ int main( void )
 \r
        /* Start the trace recording - the recording is written to a file if\r
        configASSERT() is called. */\r
-       printf( "\r\nTrace started.  Hit a key to dump trace file to disk.\r\n" );\r
+       printf( "\r\nTrace started.\r\nThe trace will be dumped to disk if a call to configASSERT() fails.\r\n" );\r
+       printf( "Uncomment the call to kbhit() in this file to also dump trace with a key press.\r\n" );\r
        uiTraceStart();\r
 \r
        /* The mainCREATE_SIMPLE_BLINKY_DEMO_ONLY setting is described at the top\r