Revert NucleoTNC log level change.

master
Rob Riggs 2021-06-21 20:56:51 -05:00
rodzic d4c353d460
commit 6b7289d405
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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