Skip to content
Snippets Groups Projects
Commit bf8a5e96 authored by David Sidrane's avatar David Sidrane Committed by Daniel Agar
Browse files

board_common:Add BOARD_INDICATE_ARMED_STATE

   This adds an optional default support for HW that does not
   have and external armed indiction.
parent c04147c5
No related branches found
No related tags found
No related merge requests found
......@@ -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
************************************************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment