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 ab11ae0 commit 8ede434Copy full SHA for 8ede434
Adafruit_BusIO_Register.h
@@ -80,7 +80,7 @@ class Adafruit_BusIO_Register {
80
#if !defined(NO_GLOBAL_INSTANCES) && !defined(NO_GLOBAL_SERIAL)
81
void print(Stream *s = &Serial);
82
void println(Stream *s = &Serial);
83
-#elif
+#else
84
void print(Stream *s);
85
void println(Stream *s);
86
#endif
0 commit comments