We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad21080 commit 0d5363aCopy full SHA for 0d5363a
src/ModSensorDebugger.h
@@ -73,7 +73,11 @@
73
#endif // DEBUGGING_SERIAL_OUTPUT
74
75
76
-#if defined DEBUGGING_SERIAL_OUTPUT && defined MS_DEBUGGING_DEEP
+#ifndef DEEP_DEBUGGING_SERIAL_OUTPUT
77
+ #define DEEP_DEBUGGING_SERIAL_OUTPUT DEBUGGING_SERIAL_OUTPUT
78
+#endif // ifndef DEEP_DEBUGGING_SERIAL_OUTPUT
79
+
80
+#if defined DEEP_DEBUGGING_SERIAL_OUTPUT && defined MS_DEBUGGING_DEEP
81
namespace {
82
template<typename T>
83
static void MS_DEEP_DBG(T last) {
0 commit comments