mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
aerofc-v1: fix mentions to tap board
This commit is contained in:
committed by
Lorenz Meier
parent
4a0ee8be6e
commit
fdc1a2fd39
@@ -1,5 +1,5 @@
|
|||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* configs/tap-v1/include/board.h
|
* configs/aerofc-v1/include/board.h
|
||||||
* include/arch/board/board.h
|
* include/arch/board/board.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012-2016 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2012-2016 Gregory Nutt. All rights reserved.
|
||||||
@@ -35,8 +35,7 @@
|
|||||||
*
|
*
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
|
||||||
#ifndef __CONFIG_TAP_V1_INCLUDE_BOARD_H
|
#pragma once
|
||||||
#define __CONFIG_TAP_V1_INCLUDE_BOARD_H
|
|
||||||
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@@ -187,7 +186,7 @@
|
|||||||
#define BOARD_LED2_BIT (1 << BOARD_LED2)
|
#define BOARD_LED2_BIT (1 << BOARD_LED2)
|
||||||
|
|
||||||
/* If CONFIG_ARCH_LEDs is defined, then NuttX will control the 2 LEDs on board
|
/* If CONFIG_ARCH_LEDs is defined, then NuttX will control the 2 LEDs on board
|
||||||
* the tap-v1. The following definitions describe how NuttX controls
|
* the aerofc-v1. The following definitions describe how NuttX controls
|
||||||
* the LEDs:
|
* the LEDs:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -420,4 +419,3 @@ EXTERN void stm32_boardinitialize(void);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __ASSEMBLY__ */
|
#endif /* __ASSEMBLY__ */
|
||||||
#endif /* __CONFIG_TAP_V1_INCLUDE_BOARD_H */
|
|
||||||
|
|||||||
Reference in New Issue
Block a user