Fixing silly using #elif instead of #else...

This commit is contained in:
Fionnán
2025-09-09 15:16:39 +08:00
committed by GitHub
parent ab11ae0169
commit 8ede434cea
+1 -1
View File
@@ -80,7 +80,7 @@ public:
#if !defined(NO_GLOBAL_INSTANCES) && !defined(NO_GLOBAL_SERIAL)
void print(Stream *s = &Serial);
void println(Stream *s = &Serial);
#elif
#else
void print(Stream *s);
void println(Stream *s);
#endif