mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-26 18:48:30 -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();
|
void enable();
|
||||||
|
|
||||||
// get basic information about the platform
|
// get basic information about the platform
|
||||||
uint8_t get_num_motors() { return 5; };
|
uint8_t get_num_motors() {
|
||||||
|
return 5;
|
||||||
|
};
|
||||||
|
|
||||||
// motor test
|
// motor test
|
||||||
void output_test();
|
void output_test();
|
||||||
|
Loading…
Reference in New Issue
Block a user