mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
added extra user hook
This commit is contained in:
parent
f7f7dcc63c
commit
3b526e23a4
@ -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