summaryrefslogtreecommitdiff
path: root/src/master_rtos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/master_rtos.c')
-rw-r--r--src/master_rtos.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/master_rtos.c b/src/master_rtos.c
index 4ca3461..27a78b8 100644
--- a/src/master_rtos.c
+++ b/src/master_rtos.c
@@ -3,7 +3,7 @@
#include "task.h"
/* System headers */
-#include <stdio.h>
+/* #include <stdio.h> */
/* Master include */
#include "master_posix.h"
@@ -54,8 +54,8 @@ void vAssertCalled(const char * pcFile,
(void) pcFileName;
(void) ulLineNumber;
- printf("vAssertCalled %s, %ld\n", pcFile, (long) ulLine);
- fflush(stdout);
+ /* printf("vAssertCalled %s, %ld\n", pcFile, (long) ulLine); */
+ /* fflush(stdout); */
/* Setting ulBlockVariable to a non-zero value in the debugger will allow
* this function to be exited. */