From 2921d9b1e44752188222421aede9bcca6bc03632 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 20 Nov 2010 19:18:59 +0000 Subject: Dumping wrong GPIO regs git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3121 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/arm/src/lpc17xx/lpc17_ethernet.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx') diff --git a/nuttx/arch/arm/src/lpc17xx/lpc17_ethernet.c b/nuttx/arch/arm/src/lpc17xx/lpc17_ethernet.c index 324d7a168..c7d915a71 100644 --- a/nuttx/arch/arm/src/lpc17xx/lpc17_ethernet.c +++ b/nuttx/arch/arm/src/lpc17xx/lpc17_ethernet.c @@ -1662,8 +1662,8 @@ static int lpc17_rmmac(struct uip_driver_s *dev, const uint8_t *mac) #if defined(CONFIG_NET_REGDEBUG) && defined(CONFIG_DEBUG_GPIO) static void lpc17_showpins(void) { - lpc17_dumpgpio(GPIO_PORT0|GPIO_PIN0, "P0[1-15]"); - lpc17_dumpgpio(GPIO_PORT0|GPIO_PIN16, "P0[16-31]"); + lpc17_dumpgpio(GPIO_PORT1|GPIO_PIN0, "P1[1-15]"); + lpc17_dumpgpio(GPIO_PORT1|GPIO_PIN16, "P1[16-31]"); } #endif -- cgit v1.2.3