From 36eba6ef99cad7c37f66e566f3afa8a5fe98e345 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 11 Sep 2015 18:03:40 -0600 Subject: [PATCH] Fix some errors in comments --- arch/arm/src/sama5/chip/sam_rxlp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/src/sama5/chip/sam_rxlp.h b/arch/arm/src/sama5/chip/sam_rxlp.h index 77bce2b7af7..b9bebee4434 100644 --- a/arch/arm/src/sama5/chip/sam_rxlp.h +++ b/arch/arm/src/sama5/chip/sam_rxlp.h @@ -112,10 +112,10 @@ #define RXLP_CMPR_VAL2_MASK (0xff << RXLP_CMPR_VAL2_SHIFT) # define RXLP_CMPR_VAL2(n) ((uint32_t)(n) << RXLP_CMPR_VAL2_SHIFT) -/* USART Write Protect Mode Register (USART only) */ +/* RXLP Write Protect Mode Register */ -#define RXLP_WPMR_WPEN (1 << 0) /* Bit 0: Write Protect Enable (USART only) */ -#define RXLP_WPMR_WPKEY_SHIFT (8) /* Bits 8-31: Write Protect KEY (USART only) */ +#define RXLP_WPMR_WPEN (1 << 0) /* Bit 0: Write Protect Enable */ +#define RXLP_WPMR_WPKEY_SHIFT (8) /* Bits 8-31: Write Protect KEY */ #define RXLP_WPMR_WPKEY_MASK (0x00ffffff << RXLP_WPMR_WPKEY_SHIFT) # define RXLP_WPMR_WPKEY (0x0052584c << RXLP_WPMR_WPKEY_SHIFT) /* "RXL" */