Reducing debug level.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-01-03 23:52:46 +01:00
parent eab3e5b73d
commit 240dc07fa5
4 changed files with 16 additions and 16 deletions

View File

@@ -24,13 +24,14 @@
#include <stdint.h>
#include <string.h>
#include "tusb.h"
#include "config.h"
void my_write (const char *s, int len)
{
if (len == 0)
return;
TU_LOG2(s);
TU_LOG1(s);
}