Skip to content

Commit

Permalink
ROMFS: adapt to differential drive module renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
MaEtUgR committed Feb 15, 2024
1 parent 947e6ee commit 32820cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ROMFS/px4fmu_common/init.d/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ if(CONFIG_MODULES_ROVER_POS_CONTROL)
)
endif()

if(CONFIG_MODULES_DIFFERENTIAL_DRIVE_CONTROL)
if(CONFIG_MODULES_DIFFERENTIAL_DRIVE)
px4_add_romfs_files(
rc.rover_differential_apps
rc.rover_differential_defaults
Expand Down
2 changes: 1 addition & 1 deletion ROMFS/px4fmu_common/init.d/airframes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ if(CONFIG_MODULES_ROVER_POS_CONTROL)
)
endif()

if(CONFIG_MODULES_DIFFERENTIAL_DRIVE_CONTROL)
if(CONFIG_MODULES_DIFFERENTIAL_DRIVE)
px4_add_romfs_files(
50003_aion_robotics_r1_rover
)
Expand Down

0 comments on commit 32820cf

Please sign in to comment.