uncrustify ArduCopter/UserCode.pde

This commit is contained in:
uncrustify 2012-08-16 17:50:03 -07:00 committed by Pat Hickey
parent f7a748d43b
commit df6bdfbd5a
1 changed files with 2 additions and 2 deletions

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