We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4a377 commit 1fa945bCopy full SHA for 1fa945b
Rover/Rover.h
@@ -327,7 +327,7 @@ class Rover : public AP_Vehicle {
327
#endif
328
#if AP_FENCE_ENABLED
329
// fence.cpp
330
- void fence_run_checks() override;
+ void fence_checks_async() override;
331
void fence_check();
332
333
// GCS_Mavlink.cpp
Rover/fence.cpp
@@ -3,7 +3,7 @@
3
4
5
// async fence checking io callback at 1Khz
6
-void Rover::fence_run_checks()
+void Rover::fence_checks_async()
7
{
8
const uint32_t now = AP_HAL::millis();
9
0 commit comments