Skip to content

Commit

Permalink
Newline + Submodule CI Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelJ18 committed Oct 29, 2024
1 parent 86d890c commit ea43d21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions src/drivers/ins/microstrain/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
#
############################################################################


set(MIP_SDK_DIR ${CMAKE_CURRENT_SOURCE_DIR}/mip_sdk)
px4_add_git_submodule(TARGET git_mip PATH ${MIP_SDK_DIR})

# Set some options for the MIP SDK which we will reset after building.
set(MIP_USE_TCP "OFF" CACHE BOOL "" FORCE)
set(MIP_DISABLE_CPP "ON" CACHE BOOL "" FORCE)
Expand Down
1 change: 0 additions & 1 deletion src/drivers/ins/microstrain/MicroStrain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -639,4 +639,3 @@ extern "C" __EXPORT int microstrain_main(int argc, char *argv[])
{
return MicroStrain::main(argc, argv);
}

2 changes: 0 additions & 2 deletions src/drivers/ins/microstrain/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,3 @@ parameters:
Restart required
type: int32
default: 50


0 comments on commit ea43d21

Please sign in to comment.