mirror of https://github.com/ArduPilot/ardupilot
added extra user hook
This commit is contained in:
parent
731e6dd09f
commit
a693bea7d9
|
@ -199,6 +199,10 @@ static void init_ardupilot()
|
|||
}
|
||||
#endif
|
||||
|
||||
// agmatthews USERHOOKS
|
||||
#ifdef USERHOOK_INIT
|
||||
USERHOOK_INIT
|
||||
#endif
|
||||
// Logging:
|
||||
// --------
|
||||
// DataFlash log initialization
|
||||
|
|
Loading…
Reference in New Issue