Return ok

This commit is contained in:
2024-10-11 03:21:21 +00:00
parent c5c67b706e
commit fd58f0b669
+1
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)