Skip to content

Commit

Permalink
fix: name
Browse files Browse the repository at this point in the history
  • Loading branch information
Pippo98 committed Jul 30, 2024
1 parent 8cd1964 commit 636c0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/data/telemetry_lap_data.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ message DataFile { map<string, VectorDouble> data = 6; }
message TelemetryLapData {
string dateTime = 1;
string trackLocation = 2;
string tracklayout = 3;
string trackLayout = 3;
string driver = 4;
uint32 lapNumber = 5;
string filenameHash = 6;
Expand Down

0 comments on commit 636c0d5

Please sign in to comment.