arch/arm/src/lc823450: Conform to the NuttX coding style
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
parent
cd946c5712
commit
56bf5b2a98
@ -61,7 +61,8 @@
|
|||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
#define EXTERN extern "C"
|
#define EXTERN extern "C"
|
||||||
extern "C" {
|
extern "C"
|
||||||
|
{
|
||||||
#else
|
#else
|
||||||
#define EXTERN extern
|
#define EXTERN extern
|
||||||
#endif
|
#endif
|
||||||
|
@ -198,7 +198,8 @@ struct vgpio_ops_s
|
|||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
#define EXTERN extern "C"
|
#define EXTERN extern "C"
|
||||||
extern "C" {
|
extern "C"
|
||||||
|
{
|
||||||
#else
|
#else
|
||||||
#define EXTERN extern
|
#define EXTERN extern
|
||||||
#endif
|
#endif
|
||||||
|
@ -41,6 +41,7 @@
|
|||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#define LC823450_UART0_REGBASE 0x4008b000
|
#define LC823450_UART0_REGBASE 0x4008b000
|
||||||
#define LC823450_UART1_REGBASE 0x4008c000
|
#define LC823450_UART1_REGBASE 0x4008c000
|
||||||
#define LC823450_UART2_REGBASE 0x4008d000
|
#define LC823450_UART2_REGBASE 0x4008d000
|
||||||
|
Loading…
Reference in New Issue
Block a user