Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: mbed/IPAddress.cpp
- Revision:
- 35:f9f3a91fe4d4
- Parent:
- 14:dc2eb02f9689
--- a/mbed/IPAddress.cpp Wed Feb 15 01:37:22 2017 +0100
+++ b/mbed/IPAddress.cpp Mon Feb 20 11:34:22 2017 +0100
@@ -16,6 +16,7 @@
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#if !defined(ARDUINO_ARCH_AVR) && !defined(ARDUINO_ARCH_SAM)
#if defined(ARDUINO)
#include <Arduino.h>
@@ -120,3 +121,4 @@
n += p.print(_address.bytes[3], DEC);
return n;
}
+#endif