mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-27 00:48:23 +08:00
Mantis: add tap_esc to Kconfig
This commit is contained in:
@@ -4,6 +4,7 @@ CONFIG_DRIVERS_ADC_BOARD_ADC=y
|
||||
CONFIG_DRIVERS_GPS=y
|
||||
CONFIG_DRIVERS_IMU_INVENSENSE_ICM20602=y
|
||||
CONFIG_DRIVERS_MAGNETOMETER_ISENTEK_IST8310=y
|
||||
CONFIG_DRIVERS_TAP_ESC=y
|
||||
CONFIG_MODULES_BATTERY_STATUS=y
|
||||
CONFIG_MODULES_CAMERA_FEEDBACK=y
|
||||
CONFIG_MODULES_COMMANDER=y
|
||||
|
||||
5
src/drivers/tap_esc/Kconfig
Normal file
5
src/drivers/tap_esc/Kconfig
Normal file
@@ -0,0 +1,5 @@
|
||||
menuconfig DRIVERS_TAP_ESC
|
||||
bool "tap_esc"
|
||||
default n
|
||||
---help---
|
||||
Enable support for tap_esc
|
||||
Reference in New Issue
Block a user