Kojto CC3000 Hostdriver With Mbed Socket interface

Dependents:   WiFiDip-KitchenSink WiFiDip-UsbKitchenSink WiFiDipCortexSensor WifiDipCortex-UDPDemo

Fork of cc3000_hostdriver_mbedsocket by Martin Kojtal

Files at this revision

API Documentation at this revision

Comitter:
Kojto
Date:
Thu Sep 19 08:02:13 2013 +0000
Parent:
1:c7b8f55e0ca1
Child:
3:ad95e296bfbf
Commit message:
buffer removed

Changed in this revision

cc3000.h Show annotated file Show diff for this revision Revisions of this file
--- a/cc3000.h	Thu Sep 19 08:01:20 2013 +0000
+++ b/cc3000.h	Thu Sep 19 08:02:13 2013 +0000
@@ -658,7 +658,6 @@
     cc3000_wlan         _wlan;
 protected:
     static cc3000       *_inst;
-    CircBuffer<char>    _buffer;
 private:
     tStatus                  _status;
     netapp_pingreport_args_t _ping_report;