summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/buffering.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/buffering.c b/apps/buffering.c
index da18cd5..3f6809a 100644
--- a/apps/buffering.c
+++ b/apps/buffering.c
@@ -60,7 +60,8 @@
#endif
/* Define LOGF_ENABLE to enable logf output in this file */
-/*#define LOGF_ENABLE*/
+#define LOGF_ENABLE
+#define BUFFERING_LOGQUEUES
#include "logf.h"
/* macros to enable logf for queues
@@ -556,8 +557,6 @@ static inline bool buffer_is_low(void)
new queue events */
static bool yield_codec(void)
{
- yield();
-
if (!queue_empty(&buffering_queue))
return true;