Print debug info correctly
This commit is contained in:
parent
974c027452
commit
34d2bc85b3
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
#endif
|
||||
|
||||
// print debug info
|
||||
#if defined(RADIOLIB_DEBUG)
|
||||
#if RADIOLIB_DEBUG
|
||||
#define RADIOLIB_VALUE_TO_STRING(x) #x
|
||||
#define RADIOLIB_VALUE(x) RADIOLIB_VALUE_TO_STRING(x)
|
||||
#pragma message("\nRadioLib Debug Info\nVersion: \"" \
|
||||
|
|
Loading…
Add table
Reference in a new issue