Skip to content
Snippets Groups Projects
Commit 1746e8aa authored by Gregory Nutt's avatar Gregory Nutt
Browse files

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

parent 7de26764
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment