From 79904311bb35ca52b51650f834683606e31882c2 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 21 Jun 2008 23:16:27 +0000 Subject: Wire library patch to provide better error handling. --- cores/arduino/Print.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cores/arduino') diff --git a/cores/arduino/Print.cpp b/cores/arduino/Print.cpp index d150b75..feff940 100755 --- a/cores/arduino/Print.cpp +++ b/cores/arduino/Print.cpp @@ -30,7 +30,7 @@ void Print::print(uint8_t b) { - write(b); + this->write(b); } void Print::print(char c) -- cgit v1.2.3-18-g5258