Skip to content

Commit f15d35d

Browse files
peterbarkertridge
authored andcommitted
Rover: correct myggcs to mygcs
not sure what the extra "g" was supposed to be for, best suggestion so far is "great". Doesn't really add anything, so we should remove it.
1 parent e88560f commit f15d35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rover/Rover.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ void Rover::gcs_failsafe_check(void)
348348
return;
349349
}
350350

351-
const uint32_t gcs_last_seen_ms = gcs().sysid_myggcs_last_seen_time_ms();
351+
const uint32_t gcs_last_seen_ms = gcs().sysid_mygcs_last_seen_time_ms();
352352
if (gcs_last_seen_ms == 0) {
353353
// we've never seen the GCS, so we never failsafe for not seeing it
354354
return;

0 commit comments

Comments
 (0)