projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b777dab
)
Fix typo.
author
Daniele Basile
<asterix@develer.com>
Mon, 16 Jan 2012 10:17:19 +0000
(11:17 +0100)
committer
Daniele Basile
<asterix@develer.com>
Mon, 16 Jan 2012 10:19:52 +0000
(11:19 +0100)
bertos/drv/phy.h
patch
|
blob
|
history
diff --git
a/bertos/drv/phy.h
b/bertos/drv/phy.h
index 4d5f6b7570ee66d03f722887f2714fa9f70d84f0..914321634fe15bdfe3e34ecb06e9732e695bb306 100644
(file)
--- a/
bertos/drv/phy.h
+++ b/
bertos/drv/phy.h
@@
-110,7
+110,7
@@
#if CONFIG_PHY_CHIP == DAVICOM_DM9161A
#include <drv/dm9161a.h>
#elif CONFIG_PHY_CHIP == NATIONAL_DP3848I
- #include <drv/dp8348i.h>
+ #include <drv/dp83
8
48i.h>
#else
#error No supported PHY chip was select.
#endif