Skip to content

Commit be89ed1

Browse files
committed
Update m5stickc-listener.ino
Final touch before PR.
1 parent 0401336 commit be89ed1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

listener_clients/m5stickc-listener/m5stickc-listener.ino

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,21 @@
4343
#if defined(STICK_C_PLUS2)
4444
#include <M5StickCPlus2.h>
4545
#if defined(STICK_C) || defined(STICK_C_PLUS)
46-
#error "Multiple board defines"
46+
#error "Multiple m5stick boards types defined"
4747
#endif
4848
#endif
4949

5050
#if defined(STICK_C_PLUS)
5151
#include <M5StickCPlus.h>
5252
#if defined(STICK_C) || defined(STICK_C_PLUS2)
53-
#error "Multiple board defines"
53+
#error "Multiple m5stick boards types defined"
5454
#endif
5555
#endif
5656

5757
#if defined(STICK_C)
5858
#include <M5StickC.h>
5959
#if defined(STICK_C_PLUS) || defined(STICK_C_PLUS2)
60-
#error "Multiple defboard definesines"
60+
#error "Multiple m5stick boards types defined"
6161
#endif
6262
#endif
6363

0 commit comments

Comments
 (0)