This is Webservice SDK for mbed. LPCXpresso1769/LPC1768/FRDM-K64F/LPC4088

Fork of libMiMic by Ryo Iizuka

Revision:
62:8be8c5924c3e
Parent:
58:03b89038b21a
--- a/mbed/HttpClient.cpp	Thu Oct 03 02:37:22 2013 +0000
+++ b/mbed/HttpClient.cpp	Thu Oct 03 04:53:11 2013 +0000
@@ -68,7 +68,7 @@
      * @return
      * true if successful,otherwise false
      */
-    bool HttpClient::read(void* &i_rx_buf,int i_rx_buf_len,short &i_read_len)
+    bool HttpClient::read(void* i_rx_buf,int i_rx_buf_len,short &i_read_len)
     {
         return NyLPC_cHttpClient_read(&this->_inst,i_rx_buf,i_rx_buf_len,&i_read_len)?true:false;        
     }