mirror of https://github.com/ArduPilot/ardupilot
AP_BoardConfig: FMUv1 does not have pwm_input driver
This commit is contained in:
parent
39676d686c
commit
eaa88b1223
|
@ -494,9 +494,11 @@ void AP_BoardConfig::px4_start_optional_sensors(void)
|
|||
printf("Found mb12xx sensor\n");
|
||||
}
|
||||
|
||||
#if !defined(CONFIG_ARCH_BOARD_PX4FMU_V1)
|
||||
if (px4_start_driver(pwm_input_main, "pwm_input", "start")) {
|
||||
printf("started pwm_input driver\n");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue