mirror of
https://github.com/apache/nuttx.git
synced 2026-08-31 22:23:03 +00:00
SAM4E-EK: Fix dangle right comment introduced in recent commit
This commit is contained in:
parent
7de267645e
commit
1746e8aad3
1 changed files with 1 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue