Skip to content

Commit

Permalink
PreFlightCheck: separate checks into their own files
Browse files Browse the repository at this point in the history
to overview dependencies and
siplify editing. All checks together
are >1200 lines!
  • Loading branch information
MaEtUgR committed Oct 22, 2019
1 parent 2aaecb8 commit 3ef2a84
Show file tree
Hide file tree
Showing 16 changed files with 1,432 additions and 906 deletions.
2 changes: 2 additions & 0 deletions src/modules/commander/Arming/PreFlightCheck/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ px4_add_library(PreFlightCheck
)
target_include_directories(PreFlightCheck PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
target_link_libraries(PreFlightCheck PUBLIC ArmAuthorization HealthFlags)

add_subdirectory(checks)
Loading

0 comments on commit 3ef2a84

Please sign in to comment.