mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 20:03:54 +08:00
commander: reduce PWM max again
This is no longer required now.
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
/**
|
||||
* 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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user