Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of libMiMic by
Diff: core/uip/NyLPC_cTcpSocket.cpp
- Revision:
- 2:b96c1e90d120
- Parent:
- 1:9f6a78395432
--- a/core/uip/NyLPC_cTcpSocket.cpp Mon Mar 25 05:23:49 2013 +0000
+++ b/core/uip/NyLPC_cTcpSocket.cpp Wed Mar 27 12:07:47 2013 +0000
@@ -314,7 +314,7 @@
//管理リストへ登録。
return NyLPC_cIPv4_addSocket(&(srv->_tcpv4),i_inst);
}
-void NyLPC_cTcpSocket_finalize(NyLPC_TcTcpSocket_t* i_inst,void* i_rbuf,NyLPC_TUInt16 i_rbuf_len)
+void NyLPC_cTcpSocket_finalize(NyLPC_TcTcpSocket_t* i_inst)
{
int i;
NyLPC_TcUipService_t* srv=_NyLPC_TcUipService_inst;
@@ -1186,8 +1186,3 @@
return NyLPC_TBool_FALSE;
}
-
-
-
-
-
