From: Daniele Basile Date: Mon, 16 Jan 2012 10:17:19 +0000 (+0100) Subject: Fix typo. X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=f43548afba315703927047d2f6ca69006963dd06;p=bertos.git Fix typo. --- 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