Reduce default log level to avoid interfering with demodulation.

fsk9600
Rob Riggs 2019-06-08 22:49:55 -05:00
rodzic 4e218d36e9
commit 56865be23c
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 0
#define KISS_LOG_LEVEL 1
#endif
#ifdef KISS_LOGGING