Freedman v2

Dependents:   Freedman_v2

Fork of WizFi250Interface by DongEun Koak

Revision:
13:0b8e51d3c0e8
Parent:
6:e149bf87a1bd
--- a/WizFi250Interface.h	Thu Jun 25 05:16:39 2015 +0000
+++ b/WizFi250Interface.h	Fri Jun 26 04:19:01 2015 +0000
@@ -28,7 +28,7 @@
 class WizFi250Interface : public WizFi250{
 public:
 
-    WizFi250Interface(PinName tx, PinName rx, PinName cts, PinName rts, PinName reset, PinName alarm = NC, int baud = 115200, mbed::Serial *debug = NULL);
+    WizFi250Interface(PinName tx, PinName rx, PinName cts, PinName rts, PinName reset, PinName alarm = NC, int baud = 115200);
 
     int init(const char *name = NULL);
     int init(const char* ip, const char* mask, const char* gateway, const char* name = NULL);