WIZNet W5500 with additional enhancements
Fork of WIZnetInterface by
Diff: Socket/pico_string.h
- Revision:
- 32:f6d76a55a50b
- Parent:
- 0:6f28332c466f
--- a/Socket/pico_string.h Sat Oct 07 15:08:58 2017 +0200
+++ b/Socket/pico_string.h Sat Oct 07 16:26:55 2017 +0200
@@ -38,7 +38,7 @@
if (_buf) {
return _buf;
}
- return "";
+ return (char *)"";
}
private:
char* _buf;
Helmut Tschemernjak
