Browse Source

AP_BLHeli: minor formatting fixes

mission-4.1.18
Randy Mackay 6 years ago
parent
commit
4bceabb333
  1. 3
      libraries/AP_BLHeli/AP_BLHeli.cpp

3
libraries/AP_BLHeli/AP_BLHeli.cpp

@ -464,7 +464,6 @@ void AP_BLHeli::msp_process_command(void) @@ -464,7 +464,6 @@ void AP_BLHeli::msp_process_command(void)
}
}
/*
send a blheli 4way protocol reply
*/
@ -1116,7 +1115,6 @@ bool AP_BLHeli::protocol_handler(uint8_t b, AP_HAL::UARTDriver *_uart) @@ -1116,7 +1115,6 @@ bool AP_BLHeli::protocol_handler(uint8_t b, AP_HAL::UARTDriver *_uart)
return process_input(b);
}
/*
run a connection test to the ESCs. This is used to test the
operation of the BLHeli ESC protocol
@ -1434,7 +1432,6 @@ void AP_BLHeli::update_telemetry(void) @@ -1434,7 +1432,6 @@ void AP_BLHeli::update_telemetry(void)
}
}
/*
send ESC telemetry messages over MAVLink
*/

Loading…
Cancel
Save