Serial port to rectify odd and even check problems

This commit is contained in:
ZYQ-FEIYUE
2022-12-25 21:27:14 +08:00
parent 02a51696c4
commit 2a543d1139
5 changed files with 87 additions and 80 deletions

View File

@@ -100,9 +100,9 @@ public:
size_t println(double, int = 2);
size_t println(const Printable&);
size_t println(void);
#ifdef SUPPORTS_PRINTF
int printf(const char * format, ...);
#endif
virtual void flush() { /* Empty implementation for backward compatibility */ }
};