1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01: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; StepName = name;
StepLoggingCounter ++; StepLoggingCounter ++;
return true;
} }
void FlightRecorder::SetLoggingModePrint(void) void FlightRecorder::SetLoggingModePrint(void)