mirror of https://github.com/ArduPilot/ardupilot
uncrustify ArduCopter/UserCode.pde
This commit is contained in:
parent
f7a748d43b
commit
df6bdfbd5a
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
void userhook_init()
|
void userhook_init()
|
||||||
{
|
{
|
||||||
// put your initialisation code here
|
// put your initialisation code here
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void userhook_50Hz()
|
void userhook_50Hz()
|
||||||
{
|
{
|
||||||
// put your 50Hz code here
|
// put your 50Hz code here
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue