diff --git a/SPP.h b/SPP.h index 233ac611..bb3027b4 100644 --- a/SPP.h +++ b/SPP.h @@ -120,7 +120,9 @@ public: */ size_t write(const uint8_t* data, size_t size); /** Pull in write(const char *str) from Print */ +#if !defined(RBL_NRF51822) using Print::write; +#endif #else /** * Writes the byte to send to a buffer. The message is send when either send() or after Usb.Task() is called.