Avnet / WNCInterface

Dependencies:   WncControllerK64F

Dependents:   WNCProximityMqtt Pubnub_ATT_IoT_SK_WNC_sync BluemixDemo BluemixQS ... more

See the WNCInterface README in the Wiki tab for detailed information on this library.

Revision:
24:78d2aed96783
Parent:
11:75cf1e1c921c
Child:
25:52bad4105cac
--- a/Socket/TCPSocketConnection.cpp	Tue Dec 06 22:38:35 2016 +0000
+++ b/Socket/TCPSocketConnection.cpp	Tue Dec 06 22:51:30 2016 +0000
@@ -65,7 +65,7 @@
  
     if( s == WncController_fk::WncController::WNC_ON ) {
       M_LOCK;
-      if( WNCInterface::_pwnc->write(0, data, length) )
+      if( WNCInterface::_pwnc->write(0, (const std::uint8_t*)data, length) )
         ret = length;
       M_ULOCK;
       }