From ab1eef745215789e70f7708ba13380b9a3cf3b8d Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 9 Feb 2014 09:08:41 +0000 Subject: Fixed bug #455. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6680 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/mii.h | 1 + 1 file changed, 1 insertion(+) (limited to 'os') diff --git a/os/hal/include/mii.h b/os/hal/include/mii.h index 4c9e7a03a..d4b65da54 100644 --- a/os/hal/include/mii.h +++ b/os/hal/include/mii.h @@ -155,6 +155,7 @@ #define MII_KS8721_ID 0x00221610 #define MII_STE101P_ID 0x00061C50 #define MII_DP83848I_ID 0x20005C90 +#define MII_LAN8710A_ID 0x0007C0F1 #endif /* _MII_H_ */ -- cgit v1.2.3