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.
Dependents: MbedFileServer_1768MiniDK2 RedWireBridge IssueDebug_gcc MiMicRemoteMCU-for-Mbed ... more
Diff: core/uip/NyLPC_cUipService.c
- Revision:
- 21:f2a70f15301f
- Parent:
- 20:3b0b444b4deb
- Child:
- 37:fc4b4fd6a649
--- a/core/uip/NyLPC_cUipService.c Sun Apr 28 08:54:44 2013 +0000
+++ b/core/uip/NyLPC_cUipService.c Sun Apr 28 12:23:11 2013 +0000
@@ -241,7 +241,11 @@
NyLPC_TcUipService_t* inst=&_service_instance;
return NyLPC_cUipService_isRun()?inst->_ethif->device_name:NULL;
}
-
+const NyLPC_TcIPv4Config_t* NyLPC_cUipService_refCurrentConfig(void)
+{
+ NyLPC_TcUipService_t* inst=&_service_instance;
+ return inst->_ref_config;
+}
/**********************************************************************
*
* </HWコールバックに関わる宣言>
MiMic Webservice library