RC
Dependents: WizFi250_AP_HelloWorld
Fork of WizFi250Interface by
Diff: WizFi250/WizFi250.h
- Revision:
- 3:bb87855a8277
- Parent:
- 1:23e6f886c8f1
- Child:
- 4:085e7efeae47
--- a/WizFi250/WizFi250.h Tue Jun 03 04:23:37 2014 +0000 +++ b/WizFi250/WizFi250.h Thu Nov 13 09:16:02 2014 +0900 @@ -145,8 +145,8 @@ return _inst; }; - Serial getDebug() { - return _debug; + Serial *getDebug() { + return &_debug; } @@ -294,4 +294,4 @@ }; -#endif /* WIZFI250_H_ */ \ No newline at end of file +#endif /* WIZFI250_H_ */