Remove debug logs

This commit is contained in:
Maschell 2020-06-07 00:34:16 +02:00
parent 580092d327
commit 47b65df686
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#include "logger.h"
#include "CThread.h"
#define DEBUG_LOG_DYN 1
#define DEBUG_LOG_DYN 0
void writeDataAndFlushIC(CThread *thread, void *arg) {
uint32_t *data = (uint32_t *) arg;