Skip to content

Commit 8ede434

Browse files
authored
Fixing silly using #elif instead of #else...
1 parent ab11ae0 commit 8ede434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_BusIO_Register.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class Adafruit_BusIO_Register {
8080
#if !defined(NO_GLOBAL_INSTANCES) && !defined(NO_GLOBAL_SERIAL)
8181
void print(Stream *s = &Serial);
8282
void println(Stream *s = &Serial);
83-
#elif
83+
#else
8484
void print(Stream *s);
8585
void println(Stream *s);
8686
#endif

0 commit comments

Comments
 (0)