summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCobus van Eeden <35851496+cobusve@users.noreply.github.com>2020-09-08 14:43:56 -0700
committerCobus van Eeden <35851496+cobusve@users.noreply.github.com>2020-09-08 14:43:56 -0700
commit21644934d7ae0ed087f065ef677aa17887e62542 (patch)
treea4c76b4d79b98638350a57581ffab35c35323f68
parentbcc41c97fdcb984898fbeb7cb49b79bcc7b69353 (diff)
downloadfreertos-git-21644934d7ae0ed087f065ef677aa17887e62542.tar.gz
Removed reference to kbhit() which is no longer in the code
-rw-r--r--FreeRTOS/Demo/Posix_GCC/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/FreeRTOS/Demo/Posix_GCC/main.c b/FreeRTOS/Demo/Posix_GCC/main.c
index 4b252bbe7..05cb585a8 100644
--- a/FreeRTOS/Demo/Posix_GCC/main.c
+++ b/FreeRTOS/Demo/Posix_GCC/main.c
@@ -153,7 +153,6 @@ int main( void )
/* Start the trace recording - the recording is written to a file if
configASSERT() is called. */
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();
}
#endif