From 7d6633c2a46061fa82dd25a137b99fc1d0812e33 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 4 Jun 2014 13:35:48 -0600 Subject: [PATCH] Minor naming fix --- arch/arm/src/sama5/chip/sama5d4x_pinmap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/src/sama5/chip/sama5d4x_pinmap.h b/arch/arm/src/sama5/chip/sama5d4x_pinmap.h index 73954dbf1a..e1eb9211a6 100644 --- a/arch/arm/src/sama5/chip/sama5d4x_pinmap.h +++ b/arch/arm/src/sama5/chip/sama5d4x_pinmap.h @@ -333,9 +333,9 @@ #define PIO_PWM3_L_1 (PIO_PERIPHB | PIO_CFG_DEFAULT | PIO_PORT_PIOC | PIO_PIN3) #define PIO_PWM3_L_2 (PIO_PERIPHC | PIO_CFG_DEFAULT | PIO_PORT_PIOE | PIO_PIN8) -/* Reset/Test */ +/* Reset Control -- RSTC */ -#define PIO_RST_NTRST (PIO_PERIPHC | PIO_CFG_DEFAULT | PIO_PORT_PIOA | PIO_PIN16) +#define PIO_RSTC_NTRST (PIO_PERIPHC | PIO_CFG_DEFAULT | PIO_PORT_PIOA | PIO_PIN16) /* Softe Modem - SMD */