Skip to content

Commit

Permalink
Rover: adjust for AP_Arming file rename
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker authored and tridge committed Jan 27, 2025
1 parent 6e6807a commit 83bf684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rover/AP_Arming_Rover.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "AP_Arming.h"
#include "AP_Arming_Rover.h"
#include "Rover.h"

// perform pre_arm_rc_checks checks
Expand Down
2 changes: 1 addition & 1 deletion Rover/Rover.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#endif

// Local modules
#include "AP_Arming.h"
#include "AP_Arming_Rover.h"
#include "sailboat.h"
#if AP_ROVER_ADVANCED_FAILSAFE_ENABLED
#include "afs_rover.h"
Expand Down

0 comments on commit 83bf684

Please sign in to comment.