kopia lustrzana https://github.com/jgromes/RadioLib
Fixed incorrect debug macro called (#407)
rodzic
ffe271b0c6
commit
1c54c1d1c6
|
@ -876,7 +876,7 @@
|
||||||
|
|
||||||
#if defined(RADIOLIB_VERBOSE)
|
#if defined(RADIOLIB_VERBOSE)
|
||||||
#define RADIOLIB_VERBOSE_PRINT(...) RADIOLIB_DEBUG_PRINT(__VA_ARGS__)
|
#define RADIOLIB_VERBOSE_PRINT(...) RADIOLIB_DEBUG_PRINT(__VA_ARGS__)
|
||||||
#define RADIOLIB_VERBOSE_PRINTLN(...) RADIOLIB_DEBUG_PRINT(__VA_ARGS__)
|
#define RADIOLIB_VERBOSE_PRINTLN(...) RADIOLIB_DEBUG_PRINTLN(__VA_ARGS__)
|
||||||
#else
|
#else
|
||||||
#define RADIOLIB_VERBOSE_PRINT(...) {}
|
#define RADIOLIB_VERBOSE_PRINT(...) {}
|
||||||
#define RADIOLIB_VERBOSE_PRINTLN(...) {}
|
#define RADIOLIB_VERBOSE_PRINTLN(...) {}
|
||||||
|
|
Ładowanie…
Reference in New Issue