Ryo Iizuka / libMiMic

Dependents:   MbedFileServer_1768MiniDK2 RedWireBridge IssueDebug_gcc MiMicRemoteMCU-for-Mbed ... more

Revision:
68:f7def7eb5504
Parent:
64:258e84040262
Child:
69:8c5f220441f5
--- a/core/driver/uip/EthDev.c	Wed Oct 23 04:49:08 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-#include "EthDev.h"
-#include "EtherDev_DP83848C_protected.h"
-#include "EtherDev_LAN8720_protected.h"
-
-
-
-const struct TiEthernetDevice* getEthernetDevicePnP(void)
-{
-    const struct TiEthernetDevice* ret;
-    if(EthDev_LAN8720_getInterface(&ret)){
-        return ret;
-    }
-    if(EthDev_DP83848C_getInterface(&ret)){
-        return ret;
-    }
-    return NULL;
-}
-
-
-