commander: reduce PWM max again

This is no longer required now.
This commit is contained in:
Julian Oes 2021-10-05 14:40:56 +02:00 committed by Daniel Agar
parent e4763f15f6
commit c2e0e09b2d

View File

@ -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)
{