Fixed compile errors from bad commits.

This commit is contained in:
Erik van der Zalm
2013-11-10 16:36:37 +01:00
parent 24d1f480b6
commit 48a185d004
3 changed files with 8 additions and 4 deletions

View File

@ -55,6 +55,8 @@
#else
#define MYSERIAL Serial
#endif // BTENABLED
#else
#define MYSERIAL MSerial
#endif
#define SERIAL_PROTOCOL(x) (MYSERIAL.print(x))