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

Fork of libMiMic by Ryo Iizuka

Revision:
97:6ca5900a2d68
Parent:
92:4f77028cce64
--- a/core/driver/ethernet/lpc4088/EthDev_LPC4088.c	Thu Oct 09 12:49:07 2014 +0000
+++ b/core/driver/ethernet/lpc4088/EthDev_LPC4088.c	Sun Oct 19 08:44:52 2014 +0000
@@ -49,7 +49,7 @@
 static void stop(void);
 static void* getRxEthFrame(unsigned short* o_len_of_data);
 static void nextRxEthFrame(void);
-static struct void* allocTxBuf(NyLPC_TUInt16 i_hint,NyLPC_TUInt16* o_size);
+static void* allocTxBuf(NyLPC_TUInt16 i_hint,NyLPC_TUInt16* o_size);
 static void releaseTxBuf(void* i_buf);
 static void sendTxEthFrame(void* i_buf,unsigned short i_size);
 static void processTx(void);