Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
3edd670c
Commit
3edd670c
authored
7 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
configs/stm32ldiscovery: Fix a mimatched #endif introduced in recent commit.
parent
4a5e18a6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configs/stm32ldiscovery/include/board.h
+11
-11
11 additions, 11 deletions
configs/stm32ldiscovery/include/board.h
with
11 additions
and
11 deletions
configs/stm32ldiscovery/include/board.h
+
11
−
11
View file @
3edd670c
/************************************************************************************
* configs/stm32ldiscovery/include/board.h
* include/arch/board/board.h
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Copyright (C) 2013
, 2017
Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
...
...
@@ -34,8 +33,8 @@
*
************************************************************************************/
#ifndef __CONFIG_STM32LDISCOVERY_INCLUDE_BOARD_H
#define __CONFIG_STM32LDISCOVERY_INCLUDE_BOARD_H
#ifndef __CONFIG
S
_STM32LDISCOVERY_INCLUDE_BOARD_H
#define __CONFIG
S
_STM32LDISCOVERY_INCLUDE_BOARD_H
/************************************************************************************
* Included Files
...
...
@@ -275,20 +274,21 @@
#endif
/************************************************************************************
* Public Function Prototypes
************************************************************************************/
#ifndef __ASSEMBLY__
#undef EXTERN
#if defined(__cplusplus)
#define EXTERN extern "C"
#
define EXTERN extern "C"
extern
"C"
{
#else
#define EXTERN extern
#
define EXTERN extern
#endif
/************************************************************************************
* Public Function Prototypes
************************************************************************************/
/****************************************************************************
* Name: stm32_slcd_initialize
*
...
...
@@ -308,4 +308,4 @@ int stm32_slcd_initialize(void);
#endif
#endif
/* __ASSEMBLY__ */
#endif
/* __CONFIG_STM32LDISCOVERY_INCLUDE_BOARD_H */
#endif
/* __CONFIG
S
_STM32LDISCOVERY_INCLUDE_BOARD_H */
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment