Turn off debug messages
This commit is contained in:
parent
3a79a2067e
commit
e7365903d5
1 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,8 @@ void dvhstx_debug(const char *fmt, ...);
|
|||
}
|
||||
#elif defined(ARDUINO)
|
||||
#include <Arduino.h>
|
||||
#define dvhstx_debug Serial.printf
|
||||
// #define dvhstx_debug Serial.printf
|
||||
#define dvhstx_debug(...) ((void)0)
|
||||
#else
|
||||
#include <cstdio>
|
||||
#define dvhstx_debug printf
|
||||
|
|
|
|||
Loading…
Reference in a new issue