mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
commander: reduce PWM max again
This is no longer required now.
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
/**
|
/**
|
||||||
* Maximum value
|
* Maximum value
|
||||||
*/
|
*/
|
||||||
#define RC_INPUT_HIGHEST_MAX_US 4096
|
#define RC_INPUT_HIGHEST_MAX_US 2500
|
||||||
|
|
||||||
int PreFlightCheck::rcCalibrationCheck(orb_advert_t *mavlink_log_pub, bool report_fail)
|
int PreFlightCheck::rcCalibrationCheck(orb_advert_t *mavlink_log_pub, bool report_fail)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user