1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-15 02:05:37 +00:00

Return ok

This commit is contained in:
Peter Boyle 2024-10-11 03:21:21 +00:00
parent c5c67b706e
commit fd58f0b669

View File

@ -96,6 +96,7 @@ bool FlightRecorder::StepLog(const char *name)
{
StepName = name;
StepLoggingCounter ++;
return true;
}
void FlightRecorder::SetLoggingModePrint(void)