forked from Archive/PX4-Autopilot
Rename Snapdragon Spektrum RC
The previous name was confusing because it did not clarify that this driver was specific to the Snapdragon platform.
This commit is contained in:
parent
38bc46fd1a
commit
3d8a35288e
|
@ -49,7 +49,7 @@ px4_add_board(
|
|||
imu/invensense/mpu9250
|
||||
#magnetometer/hmc5883
|
||||
qshell/qurt
|
||||
spektrum_rc
|
||||
snapdragon_spektrum_rc
|
||||
MODULES
|
||||
airspeed_selector
|
||||
attitude_estimator_q
|
||||
|
|
|
@ -49,7 +49,7 @@ px4_add_board(
|
|||
imu/invensense/mpu9250
|
||||
magnetometer/hmc5883
|
||||
qshell/qurt
|
||||
spektrum_rc
|
||||
snapdragon_spektrum_rc
|
||||
MODULES
|
||||
airspeed_selector
|
||||
attitude_estimator_q
|
||||
|
|
|
@ -32,11 +32,10 @@
|
|||
############################################################################
|
||||
|
||||
px4_add_module(
|
||||
MODULE drivers__spektrum_rc
|
||||
MODULE drivers__snapdragon_spektrum_rc
|
||||
MAIN spektrum_rc
|
||||
SRCS
|
||||
spektrum_rc.cpp
|
||||
DEPENDS
|
||||
rc
|
||||
)
|
||||
|
Loading…
Reference in New Issue