Freedman v2
Fork of WizFi250Interface by
Diff: WizFi250/WizFi250.h
- Revision:
- 1:23e6f886c8f1
- Parent:
- 0:f2039204c8f6
- Child:
- 3:bb87855a8277
diff -r f2039204c8f6 -r 23e6f886c8f1 WizFi250/WizFi250.h --- a/WizFi250/WizFi250.h Mon Jun 02 23:34:10 2014 +0000 +++ b/WizFi250/WizFi250.h Tue Jun 03 00:59:50 2014 +0000 @@ -227,7 +227,7 @@ int port; int send_length; int recv_length; - CircBuffer<char> *buf = NULL; + CircBuffer<char> *buf; volatile bool received; volatile int parent; volatile bool accept; @@ -284,7 +284,6 @@ int lockUart (int ms); void unlockUart (); void initUart (PinName cts, PinName rts, PinName alarm, int baud); - void attach_rx (bool callback); // --------- WizFi2550_util.cpp ---------