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_cIPv4Config.h
- Revision:
- 27:eb66b517efe6
- Parent:
- 24:6ee4ba298152
- Child:
- 37:fc4b4fd6a649
--- a/core/uip/NyLPC_cIPv4Config.h Mon Apr 29 08:24:07 2013 +0000
+++ b/core/uip/NyLPC_cIPv4Config.h Thu May 02 14:42:30 2013 +0000
@@ -69,6 +69,9 @@
NyLPC_TUInt16 default_mss;
};
+#define NyLPC_TcIPv4Config_getEtherMac000120203(v)(((v)->eth_mac.addr[0]<<24)|((v)->eth_mac.addr[1]<<16)|((v)->eth_mac.addr[2]<<8)|((v)->eth_mac.addr[3]<<0))
+#define NyLPC_TcIPv4Config_getEtherMac0405xxxx(v) (((v)->eth_mac.addr[4]<<24)|((v)->eth_mac.addr[5]<<16))
+
/**
* コンストラクタです。
* イーサネット用にコンフィギュレーションを初期化します。
MiMic Webservice library