mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-25 10:08:28 -04:00
uncrustify libraries/AP_Motors/AP_MotorsHeli.h
This commit is contained in:
parent
24943e0ea7
commit
e233e4d625
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user