summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek/src
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-24 09:29:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-24 09:29:01 -0600
commitb3ab4a0ddf89649245b593f9334b33943fceff69 (patch)
tree28f21c359a7915d7e4a10a44e31de143fcdb3b99 /nuttx/configs/sama5d4-ek/src
parentb9a40f69a410db31d6aad31b5f3df0d8c4d9d591 (diff)
downloadpx4-nuttx-b3ab4a0ddf89649245b593f9334b33943fceff69.tar.gz
px4-nuttx-b3ab4a0ddf89649245b593f9334b33943fceff69.tar.bz2
px4-nuttx-b3ab4a0ddf89649245b593f9334b33943fceff69.zip
SAM4E: Fix options to select GPIO interrupts in Kconfig
Diffstat (limited to 'nuttx/configs/sama5d4-ek/src')
-rw-r--r--nuttx/configs/sama5d4-ek/src/sam_ethernet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/sama5d4-ek/src/sam_ethernet.c b/nuttx/configs/sama5d4-ek/src/sam_ethernet.c
index 6c9c4b890..9d8784085 100644
--- a/nuttx/configs/sama5d4-ek/src/sam_ethernet.c
+++ b/nuttx/configs/sama5d4-ek/src/sam_ethernet.c
@@ -249,7 +249,7 @@ xcpt_t arch_phy_irq(FAR const char *intf, xcpt_t handler, phy_enable_t *enable)
#ifdef CONFIG_SAMA5_EMAC0
phydbg("EMAC0: devname=%s\n", SAMA5_EMAC0_DEVNAME);
#endif
-#ifdef CONFIG_SAMA5_EMAC0
+#ifdef CONFIG_SAMA5_EMAC1
phydbg("EMAC1: devname=%s\n", SAMA5_EMAC1_DEVNAME);
#endif