forked from bblanchon/ArduinoJson
Renamed Print::write() into print()
This commit is contained in:
@ -64,7 +64,7 @@ namespace JsonGeneratorTests
|
||||
|
||||
void write(const char* value)
|
||||
{
|
||||
returnValue = sb->write(value);
|
||||
returnValue = sb->print(value);
|
||||
}
|
||||
|
||||
void assertResultIs(const char* expected)
|
||||
|
Reference in New Issue
Block a user