mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-12-19 10:14:04 +08:00
Removed reference to kbhit() which is no longer in the code
This commit is contained in:
@@ -153,7 +153,6 @@ int main( void )
|
|||||||
/* Start the trace recording - the recording is written to a file if
|
/* Start the trace recording - the recording is written to a file if
|
||||||
configASSERT() is called. */
|
configASSERT() is called. */
|
||||||
printf( "\r\nTrace started.\r\nThe trace will be dumped to disk if a call to configASSERT() fails.\r\n" );
|
printf( "\r\nTrace started.\r\nThe trace will be dumped to disk if a call to configASSERT() fails.\r\n" );
|
||||||
printf( "Uncomment the call to kbhit() in this file to also dump trace with a key press.\r\n" );
|
|
||||||
uiTraceStart();
|
uiTraceStart();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user