Skip to content

Commit

Permalink
Rename Snapdragon Spektrum RC
Browse files Browse the repository at this point in the history
The previous name was confusing because it did not clarify that this driver was specific to the Snapdragon platform.
  • Loading branch information
LorenzMeier committed Apr 18, 2021
1 parent 38bc46f commit 3d8a352
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion boards/atlflight/eagle/qurt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion boards/atlflight/excelsior/qurt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

File renamed without changes.

0 comments on commit 3d8a352

Please sign in to comment.