mirror of https://github.com/ArduPilot/ardupilot
hwdef: disable RPM on skyviper
This commit is contained in:
parent
b7a8852747
commit
670a1dbdb1
|
@ -128,4 +128,7 @@ define INS_MAX_INSTANCES 1
|
|||
define AP_RANGEFINDER_BACKEND_DEFAULT_ENABLED 0
|
||||
define AP_RANGEFINDER_MAVLINK_ENABLED 1
|
||||
|
||||
# SkyViper doesn't have RPM sensors:
|
||||
define AP_RPM_ENABLED 0
|
||||
|
||||
AUTOBUILD_TARGETS Copter
|
||||
|
|
Loading…
Reference in New Issue