cc3000 hostdriver with the mbed socket interface

Dependents:   cc3000_hello_world_demo cc3000_simple_socket_demo cc3000_ntp_demo cc3000_ping_demo ... more

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;