Freedman v2

Dependents:   Freedman_v2

Fork of WizFi250Interface by DongEun Koak

Revision:
6:e149bf87a1bd
Parent:
4:085e7efeae47
Child:
7:ba28fe711055
--- a/WizFi250Interface.cpp	Fri Nov 14 15:14:56 2014 +0900
+++ b/WizFi250Interface.cpp	Fri Nov 14 15:22:27 2014 +0900
@@ -23,8 +23,8 @@
 
 #include "WizFi250Interface.h"
 
-WizFi250Interface::WizFi250Interface(PinName tx, PinName rx, PinName cts, PinName rts, PinName reset, PinName alarm, int baud):
-    WizFi250(tx, rx, cts, rts, reset, alarm, baud)
+WizFi250Interface::WizFi250Interface(PinName tx, PinName rx, PinName cts, PinName rts, PinName reset, PinName alarm, int baud, mbed::Serial *debug):
+    WizFi250(tx, rx, cts, rts, reset, alarm, baud, debug)
 {
 
 }