cassyarduino cassyarduino / UIPEthernet
Revision:
35:f9f3a91fe4d4
Parent:
14:dc2eb02f9689
diff -r 7fae1a651221 -r f9f3a91fe4d4 mbed/IPAddress.cpp
--- 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