SAM4E-EK: Fix dangle right comment introduced in recent commit

This commit is contained in:
Gregory Nutt 2016-05-25 15:29:19 -06:00
parent 7de267645e
commit 1746e8aad3

View File

@ -47,10 +47,6 @@
#include "up_arch.h" #include "up_arch.h"
#include "sam4e-ek.h" #include "sam4e-ek.h"
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/
/************************************************************************************ /************************************************************************************
* Private Functions * Private Functions
************************************************************************************/ ************************************************************************************/
@ -70,7 +66,7 @@
#ifdef CONFIG_SAM34_USART1 #ifdef CONFIG_SAM34_USART1
static inline void board_config_usart1(void) static inline void board_config_usart1(void)
{ {
#if defined(CONFIG_USART1_RS485) */ #if defined(CONFIG_USART1_RS485)
(void)sam_configgpio(GPIO_RS485_ENABLE); (void)sam_configgpio(GPIO_RS485_ENABLE);
#else /* if defined(CONFIG_USART1_SERIALDRIVER) */ #else /* if defined(CONFIG_USART1_SERIALDRIVER) */
(void)sam_configgpio(GPIO_RS232_ENABLE); (void)sam_configgpio(GPIO_RS232_ENABLE);