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 0a4d121 commit 708376eCopy full SHA for 708376e
src/SecureElementConfig.h
@@ -29,4 +29,30 @@
29
#define SECURE_ELEMENT_IS_SOFTSE
30
#endif
31
32
+#if defined __has_include
33
+ #if __has_include (<Arduino_DebugUtils.h>)
34
+ #include <Arduino_DebugUtils.h>
35
+ #endif
36
+#endif
37
+
38
+#ifndef DEBUG_ERROR
39
+ #define DEBUG_ERROR(fmt, ...)
40
41
42
+#ifndef DEBUG_WARNING
43
+ #define DEBUG_WARNING(fmt, ...)
44
45
46
+#ifndef DEBUG_INFO
47
+ #define DEBUG_INFO(fmt, ...)
48
49
50
+#ifndef DEBUG_DEBUG
51
+ #define DEBUG_DEBUG(fmt, ...)
52
53
54
+#ifndef DEBUG_VERBOSE
55
+ #define DEBUG_VERBOSE(fmt, ...)
56
57
58
#endif /* SECURE_ELEMENT_CONFIG_H_ */
0 commit comments