mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
board_common:Add BOARD_INDICATE_ARMED_STATE
This adds an optional default support for HW that does not have and external armed indiction.
This commit is contained in:
parent
c04147c53c
commit
bf8a5e9652
@ -316,6 +316,14 @@
|
||||
# endif
|
||||
#endif //
|
||||
|
||||
/* Provide an overridable default nop
|
||||
* for BOARD_INDICATE_ARMED_STATE
|
||||
*/
|
||||
|
||||
#if !defined(BOARD_INDICATE_ARMED_STATE)
|
||||
# define BOARD_INDICATE_ARMED_STATE(on_armed)
|
||||
#endif
|
||||
|
||||
/************************************************************************************
|
||||
* Public Data
|
||||
************************************************************************************/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user