Cleaning debug.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2022-03-04 23:00:24 +01:00
parent 59833d08eb
commit dcabd78ddb
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

1
neug.c
View file

@ -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);
}