Browse Source

Copter: motor matrix comment change

master
Randy Mackay 11 years ago
parent
commit
851a538692
  1. 2
      libraries/AP_Motors/AP_MotorsMatrix.cpp
  2. 2
      libraries/AP_Motors/AP_MotorsMatrix.h

2
libraries/AP_Motors/AP_MotorsMatrix.cpp

@ -329,7 +329,7 @@ void AP_MotorsMatrix::output_disarmed() @@ -329,7 +329,7 @@ void AP_MotorsMatrix::output_disarmed()
output_min();
}
// output_disarmed - sends commands to the motors
// output_test - spin each motor for a moment to allow the user to confirm the motor order and spin direction
void AP_MotorsMatrix::output_test()
{
uint8_t min_order, max_order;

2
libraries/AP_Motors/AP_MotorsMatrix.h

@ -39,7 +39,7 @@ public: @@ -39,7 +39,7 @@ public:
// enable - starts allowing signals to be sent to motors
virtual void enable();
// motor test
// output_test - spin each motor for a moment to allow the user to confirm the motor order and spin direction
virtual void output_test();
// output_min - sends minimum values out to the motors

Loading…
Cancel
Save