iowfehu;gdbjwHJAOPIHO?L

Fork of X_NUCLEO_IDW01M1 by ST

Revision:
8:0f302a13e21b
Parent:
7:0fdd186a7d90
Child:
12:3799f8475c8a
--- a/Spwf_API/SpwfSADevice.h	Wed May 11 06:12:16 2016 +0000
+++ b/Spwf_API/SpwfSADevice.h	Thu May 12 07:36:13 2016 +0000
@@ -74,7 +74,7 @@
 
     /*These functions should be pure virtual functions for ppl to derive and implement there own stuff*/
     char        spwf_get(void);
-    void        spwf_send(const char * cmd, uint16_t size);
+    int         spwf_send(const char * cmd, uint16_t size);
     void        spwf_wakeup(int wake);
     void        spwf_reset(int reset);
     void        spwf_rts(int rts);