uncrustify libraries/AP_Motors/AP_MotorsHeli.h

This commit is contained in:
uncrustify 2012-08-21 19:19:52 -07:00 committed by Pat Hickey
parent 24943e0ea7
commit e233e4d625

View File

@ -114,7 +114,9 @@ public:
void enable();
// get basic information about the platform
uint8_t get_num_motors() { return 5; };
uint8_t get_num_motors() {
return 5;
};
// motor test
void output_test();