From f43548afba315703927047d2f6ca69006963dd06 Mon Sep 17 00:00:00 2001 From: Daniele Basile Date: Mon, 16 Jan 2012 11:17:19 +0100 Subject: [PATCH 1/1] Fix typo. --- bertos/drv/phy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/drv/phy.h b/bertos/drv/phy.h index 4d5f6b75..91432163 100644 --- a/bertos/drv/phy.h +++ b/bertos/drv/phy.h @@ -110,7 +110,7 @@ #if CONFIG_PHY_CHIP == DAVICOM_DM9161A #include #elif CONFIG_PHY_CHIP == NATIONAL_DP3848I - #include + #include #else #error No supported PHY chip was select. #endif -- 2.25.1