We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0401336 commit be89ed1Copy full SHA for be89ed1
listener_clients/m5stickc-listener/m5stickc-listener.ino
@@ -43,21 +43,21 @@
43
#if defined(STICK_C_PLUS2)
44
#include <M5StickCPlus2.h>
45
#if defined(STICK_C) || defined(STICK_C_PLUS)
46
-#error "Multiple board defines"
+#error "Multiple m5stick boards types defined"
47
#endif
48
49
50
#if defined(STICK_C_PLUS)
51
#include <M5StickCPlus.h>
52
#if defined(STICK_C) || defined(STICK_C_PLUS2)
53
54
55
56
57
#if defined(STICK_C)
58
#include <M5StickC.h>
59
#if defined(STICK_C_PLUS) || defined(STICK_C_PLUS2)
60
-#error "Multiple defboard definesines"
61
62
63
0 commit comments