px4fmu-v5:board_config clean up

Removed unused headers and placed the __BEGIN_DECLS where it belonged
This commit is contained in:
David Sidrane 2017-06-29 12:41:19 -10:00
parent f13682223a
commit 53a04f3ba7
1 changed files with 2 additions and 5 deletions

View File

@ -47,12 +47,7 @@
#include <nuttx/compiler.h>
#include <stdint.h>
__BEGIN_DECLS
/* these headers are not C++ safe */
#include <chip.h>
#include <stm32_gpio.h>
#include <arch/board/board.h>
/****************************************************************************************************
* Definitions
@ -609,6 +604,8 @@ __BEGIN_DECLS
GPIO_SAFETY_SWITCH_IN \
}
__BEGIN_DECLS
/****************************************************************************************************
* Public Types
****************************************************************************************************/