From dcabd78ddbcc21c1503d88a965b79f23fc8b958f Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Fri, 4 Mar 2022 23:00:24 +0100 Subject: [PATCH] Cleaning debug. Signed-off-by: Pol Henarejos --- neug.c | 1 - 1 file changed, 1 deletion(-) diff --git a/neug.c b/neug.c index 0ca951f..50fa0fc 100644 --- a/neug.c +++ b/neug.c @@ -264,7 +264,6 @@ void neug_wait_full (void) //should be called only on core1 //chopstx_mutex_lock (&rb->m); while (!rb->full) { - printf("not full yet!\r\n"); //neug_task(); //chopstx_cond_wait (&rb->data_available, &rb->m); sleep_ms(1); }