Do not check mode switch for now

This commit is contained in:
Lorenz Meier 2016-03-06 17:54:11 +01:00
parent ad58fc7458
commit 98e65a2c3a

View File

@ -61,7 +61,7 @@ int rc_calibration_check(int mavlink_fd, bool report_fail)
unsigned map_fail_count = 0;
const char *rc_map_mandatory[] = { "RC_MAP_MODE_SW",
const char *rc_map_mandatory[] = { /*"RC_MAP_MODE_SW",*/
/* needs discussion if this should be mandatory "RC_MAP_POSCTL_SW"*/
0 /* end marker */
};