mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-23 19:21:59 +03:00
Wire library patch to provide better error handling.
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
|
||||
void Print::print(uint8_t b)
|
||||
{
|
||||
write(b);
|
||||
this->write(b);
|
||||
}
|
||||
|
||||
void Print::print(char c)
|
||||
|
Reference in New Issue
Block a user