Skip to content

Commit

Permalink
Copter: Adding a class name
Browse files Browse the repository at this point in the history
  • Loading branch information
muramura committed Aug 12, 2023
1 parent 484312d commit fbfdf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArduCopter/failsafe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ static bool in_failsafe;
void Copter::failsafe_enable()
{
failsafe_enabled = true;
failsafe_last_timestamp = micros();
failsafe_last_timestamp = AP_HAL::micros();
}

//
Expand Down

0 comments on commit fbfdf5f

Please sign in to comment.