arch/arm/samv7: fix preprocessor logic for ethernet
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
5aa48061c9
commit
beda2abe3b
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ int sam_emac_setmacaddr(int intf, uint8_t mac[6]);
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#if defined(CONFIG_SAMV7_EMAC0_PHYINIT) | defined(CONFIG_SAMV7_EMAC1_PHYINIT)
|
||||
#if defined(CONFIG_SAMV7_EMAC0_PHYINIT) || defined(CONFIG_SAMV7_EMAC1_PHYINIT)
|
||||
int sam_phy_boardinitialize(int intf);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue