From 1746e8aad3151c45fa3bc39ed78d80b7b742142e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 25 May 2016 15:29:19 -0600 Subject: [PATCH] SAM4E-EK: Fix dangle right comment introduced in recent commit --- configs/sam4e-ek/src/sam_boot.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/configs/sam4e-ek/src/sam_boot.c b/configs/sam4e-ek/src/sam_boot.c index f103a897d8..ba95e74654 100644 --- a/configs/sam4e-ek/src/sam_boot.c +++ b/configs/sam4e-ek/src/sam_boot.c @@ -47,10 +47,6 @@ #include "up_arch.h" #include "sam4e-ek.h" -/************************************************************************************ - * Pre-processor Definitions - ************************************************************************************/ - /************************************************************************************ * Private Functions ************************************************************************************/ @@ -70,7 +66,7 @@ #ifdef CONFIG_SAM34_USART1 static inline void board_config_usart1(void) { -#if defined(CONFIG_USART1_RS485) */ +#if defined(CONFIG_USART1_RS485) (void)sam_configgpio(GPIO_RS485_ENABLE); #else /* if defined(CONFIG_USART1_SERIALDRIVER) */ (void)sam_configgpio(GPIO_RS232_ENABLE);