Skip to content

Commit

Permalink
iridiumsbd: disable module until everything is fixed
Browse files Browse the repository at this point in the history
There seem to be more issues in combination with MAVLink.
bkueng authored and LorenzMeier committed Jul 2, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent fcf3bb5 commit 50b0f0e
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boards/px4/fmu-v2/fixedwing.cmake
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ px4_add_board(
pwm_out
px4io
#telemetry # all available telemetry drivers
telemetry/iridiumsbd
#telemetry/iridiumsbd
tone_alarm
#uavcan
MODULES
1 change: 0 additions & 1 deletion boards/px4/fmu-v2/test.cmake
Original file line number Diff line number Diff line change
@@ -40,7 +40,6 @@ px4_add_board(
imu/lsm303d
imu/invensense/mpu6000
#imu/invensense/mpu9250
#iridiumsbd
#irlock
lights/rgbled
#magnetometer # all available magnetometer drivers
2 changes: 1 addition & 1 deletion src/drivers/telemetry/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -34,4 +34,4 @@
add_subdirectory(bst)
add_subdirectory(frsky_telemetry)
add_subdirectory(hott)
add_subdirectory(iridiumsbd)
#add_subdirectory(iridiumsbd)

0 comments on commit 50b0f0e

Please sign in to comment.