Skip to content

Commit

Permalink
nitpick: order plugins alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Oct 19, 2019
1 parent 7aa509a commit 86a865c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ add_subdirectory(action)
add_subdirectory(calibration)
add_subdirectory(camera)
add_subdirectory(follow_me)
add_subdirectory(geofence)
add_subdirectory(gimbal)
add_subdirectory(info)
add_subdirectory(log_files)
Expand All @@ -18,7 +19,6 @@ add_subdirectory(offboard)
add_subdirectory(param)
add_subdirectory(telemetry)
add_subdirectory(tune)
add_subdirectory(geofence)

if (ENABLE_MAVLINK_PASSTHROUGH)
message(STATUS "Include MAVLink passthrough plugin")
Expand Down

0 comments on commit 86a865c

Please sign in to comment.