uncrustify ArduCopter/UserCode.pde

This commit is contained in:
uncrustify 2012-08-16 17:50:03 -07:00 committed by Pat Hickey
parent e8760bec78
commit c7d32df65f

View File

@ -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
} }