mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
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
Block a user