aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/Udp.h
diff options
context:
space:
mode:
authorZach Eveland <zeveland@blacklabel-development.com>2011-09-08 20:26:47 -0400
committerZach Eveland <zeveland@blacklabel-development.com>2011-09-08 20:26:47 -0400
commitc0ad36ad4341b90a0bd3acde1e50ce85dfd2f4a8 (patch)
treece305833da2f7cac516d33bcb6bd7cebeb2d0adb /cores/arduino/Udp.h
parente52cf0e4203bd6dda76c2544b0479548f465a0c7 (diff)
parent8b13206e655cd9c1123d842cab1fdd0afd6edc8b (diff)
Merge branch 'new-extension' of https://github.com/arduino/Arduino into new-extension
Conflicts: build/linux/dist/tools/avrdude.conf
Diffstat (limited to 'cores/arduino/Udp.h')
-rw-r--r--cores/arduino/Udp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cores/arduino/Udp.h b/cores/arduino/Udp.h
index 1fb9cd3..dc5644b 100644
--- a/cores/arduino/Udp.h
+++ b/cores/arduino/Udp.h
@@ -57,8 +57,6 @@ public:
virtual int endPacket() =0;
// Write a single byte into the packet
virtual size_t write(uint8_t) =0;
- // Write a string of characters into the packet
- virtual size_t write(const char *str) =0;
// Write size bytes from buffer into the packet
virtual size_t write(const uint8_t *buffer, size_t size) =0;