Fixing silly using #elif instead of #else...
This commit is contained in:
parent
ab11ae0169
commit
8ede434cea
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue