mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 22:48:29 -04:00
14 lines
127 B
Plaintext
14 lines
127 B
Plaintext
void userhook_init()
|
|
{
|
|
// put your initialisation code here
|
|
|
|
|
|
}
|
|
|
|
void userhook_50Hz()
|
|
{
|
|
// put your 50Hz code here
|
|
|
|
|
|
}
|