From 6b7289d40510afa86d5df27cb6c2af8425fefd55 Mon Sep 17 00:00:00 2001 From: Rob Riggs Date: Mon, 21 Jun 2021 20:56:51 -0500 Subject: [PATCH] Revert NucleoTNC log level change. --- TNC/Log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TNC/Log.h b/TNC/Log.h index 6e22854..85e8ca2 100644 --- a/TNC/Log.h +++ b/TNC/Log.h @@ -21,7 +21,7 @@ extern "C" { void log_(int level, const char *fmt, ...) __attribute__((format(printf, 2, 3))); #ifndef KISS_LOG_LEVEL -#define KISS_LOG_LEVEL 1 +#define KISS_LOG_LEVEL 2 #endif #ifdef KISS_LOGGING