Skip to content

Commit e88560f

Browse files
peterbarkertridge
authored andcommitted
Blimp: 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 ae04bc5 commit e88560f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Blimp/events.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ void Blimp::failsafe_gcs_check()
9696
return;
9797
}
9898

99-
const uint32_t gcs_last_seen_ms = gcs().sysid_myggcs_last_seen_time_ms();
99+
const uint32_t gcs_last_seen_ms = gcs().sysid_mygcs_last_seen_time_ms();
100100
if (gcs_last_seen_ms == 0) {
101101
return;
102102
}

0 commit comments

Comments
 (0)