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:
Lorenz Meier
2021-04-18 17:31:42 +02:00
parent 38bc46fd1a
commit 3d8a35288e
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
)