mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
16 lines
146 B
Plaintext
16 lines
146 B
Plaintext
// agmatthews USERHOOKS
|
|
|
|
void userhook_init()
|
|
{
|
|
// put your initialisation code here
|
|
|
|
|
|
}
|
|
|
|
void userhook_50Hz()
|
|
{
|
|
// put your 50Hz code here
|
|
|
|
|
|
}
|