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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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