cc3000 driver with expanded buffers.

Fork of cc3000_hostdriver_mbedsocket by Martin Kojtal

Files at this revision

API Documentation at this revision

Comitter:
heroic
Date:
Tue May 06 18:25:20 2014 +0000
Parent:
52:ad6514e66b3b
Child:
54:cae3dfc6df20
Commit message:
Remove inline so that the set_wlan_enable function is not translation unit scoped.

Changed in this revision

cc3000_spi.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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 {