From cbd3e704dc883746bd11666de398a9b007823db7 Mon Sep 17 00:00:00 2001 From: Adam Feuer Date: Fri, 28 Feb 2020 11:24:04 -0800 Subject: [PATCH] formatting comments --- arch/arm/src/sama5/hardware/sam_sfr.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/arch/arm/src/sama5/hardware/sam_sfr.h b/arch/arm/src/sama5/hardware/sam_sfr.h index 26fb5f11c9..905b70e374 100644 --- a/arch/arm/src/sama5/hardware/sam_sfr.h +++ b/arch/arm/src/sama5/hardware/sam_sfr.h @@ -276,11 +276,10 @@ /* AIC Redirection Register */ -# define SFR_AICREDIR_NSAIC (1 << 0) /* Bit 0: Interrupt redirection to Non-Secure AIC */ -# define SFR_AICREDIR_ENABLE (1 << 0) /* Bit 0: 1=All interrupts to AIC */ -# define SFR_AICREDIR_DISABLE (0) /* Bit 0: 0=Secure interrupts to SAIC */ -# define SFR_AICREDIR_KEY (0xb6d81c4d) /* Bits 1-31: Access key */ - +# define SFR_AICREDIR_NSAIC (1 << 0) /* Bit 0: Interrupt redirection to Non-Secure AIC */ +# define SFR_AICREDIR_ENABLE (1 << 0) /* Bit 0: 1=All interrupts to AIC */ +# define SFR_AICREDIR_DISABLE (0) /* Bit 0: 0=Secure interrupts to SAIC */ +# define SFR_AICREDIR_KEY (0xb6d81c4d) /* Bits 1-31: Access key */ #endif #ifdef ATSAMA5D2