arch/renesas/include and arch/renesas/src: Fix spurious '=' in comments.

This commit is contained in:
David Sidrane 2019-11-14 07:31:19 -06:00 committed by Gregory Nutt
parent ace25a78d9
commit 8189381285
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@
#ifndef __ARCH_RENESAS_INCLUDE_RX65N_LIMITS_H
#define __ARCH_RENESAS_INCLUDE_RX65N_LIMITS_H
=/****************************************************************************
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/

View File

@ -382,7 +382,7 @@ static inline void rx_mpc_disable(void)
SYSTEM.PRCR.WORD = 0xa500u;
}
=/****************************************************************************
/****************************************************************************
* Name: sci0_init_port
*
* Description:

View File

@ -51,7 +51,7 @@
#include "up_internal.h"
#include "up_arch.h"
=/****************************************************************************
/****************************************************************************
* Public Functions
****************************************************************************/