mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 10:26:52 +08:00
Swap pwm_out with pwm_sim_out to get same binary output as the non-kconfig build
This commit is contained in:
committed by
Daniel Agar
parent
e4f9fd8f53
commit
16f86a99c2
@@ -19,8 +19,8 @@ CONFIG_DRIVERS_MAGNETOMETER=y
|
|||||||
CONFIG_DRIVERS_OPTICAL_FLOW_PX4FLOW=y
|
CONFIG_DRIVERS_OPTICAL_FLOW_PX4FLOW=y
|
||||||
CONFIG_DRIVERS_PCA9685=y
|
CONFIG_DRIVERS_PCA9685=y
|
||||||
CONFIG_DRIVERS_POWER_MONITOR_INA226=y
|
CONFIG_DRIVERS_POWER_MONITOR_INA226=y
|
||||||
CONFIG_DRIVERS_PWM_OUT=y
|
|
||||||
CONFIG_DRIVERS_PWM_OUT_SIM=y
|
CONFIG_DRIVERS_PWM_OUT_SIM=y
|
||||||
|
CONFIG_DRIVERS_PWM_OUT=y
|
||||||
CONFIG_DRIVERS_RC_INPUT=y
|
CONFIG_DRIVERS_RC_INPUT=y
|
||||||
CONFIG_DRIVERS_ROBOCLAW=y
|
CONFIG_DRIVERS_ROBOCLAW=y
|
||||||
CONFIG_DRIVERS_SAFETY_BUTTON=y
|
CONFIG_DRIVERS_SAFETY_BUTTON=y
|
||||||
|
|||||||
+6
-6
@@ -139,18 +139,18 @@ menuconfig DRIVERS_PWM_INPUT
|
|||||||
---help---
|
---help---
|
||||||
Enable support for pwm input
|
Enable support for pwm input
|
||||||
|
|
||||||
menuconfig DRIVERS_PWM_OUT
|
|
||||||
bool "pwm out"
|
|
||||||
default n
|
|
||||||
---help---
|
|
||||||
Enable support for pwm out
|
|
||||||
|
|
||||||
menuconfig DRIVERS_PWM_OUT_SIM
|
menuconfig DRIVERS_PWM_OUT_SIM
|
||||||
bool "pwm out sim"
|
bool "pwm out sim"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for pwm out sim
|
Enable support for pwm out sim
|
||||||
|
|
||||||
|
menuconfig DRIVERS_PWM_OUT
|
||||||
|
bool "pwm out"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
Enable support for pwm out
|
||||||
|
|
||||||
menuconfig DRIVERS_PX4IO
|
menuconfig DRIVERS_PX4IO
|
||||||
bool "px4io"
|
bool "px4io"
|
||||||
default n
|
default n
|
||||||
|
|||||||
Reference in New Issue
Block a user