mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-30 02:00:35 +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