cc3000 driver with expanded buffers.

Fork of cc3000_hostdriver_mbedsocket by Martin Kojtal

Revision:
53:66e86aa98dbe
Parent:
52:ad6514e66b3b
Child:
56:9ab991c1d2db
--- a/cc3000_spi.cpp	Tue May 06 07:57:01 2014 +0000
+++ b/cc3000_spi.cpp	Tue May 06 18:25:20 2014 +0000
@@ -210,7 +210,7 @@
     return 0;
 }
 
-inline void cc3000_spi::set_wlan_en(uint8_t value) {
+void cc3000_spi::set_wlan_en(uint8_t value) {
     if (value) {
         _wlan_en = 1;
     } else {