wifly/socket interface for wifly modules

Dependents:   WiFi neurGAI_WIFI thingspeak thingspeak2

Revision:
12:5ffaed1456c8
Parent:
11:b912f91e3212
--- a/WiflyInterface.cpp	Fri Aug 24 13:07:01 2012 +0000
+++ b/WiflyInterface.cpp	Fri Aug 24 13:11:20 2012 +0000
@@ -34,7 +34,7 @@
 
 int WiflyInterface::disconnect()
 {
-    return disconnect();
+    return Wifly::disconnect();
 }
 
 char * WiflyInterface::getIPAddress()