Skip to content

Commit

Permalink
change long to lon
Browse files Browse the repository at this point in the history
  • Loading branch information
macpie committed Oct 16, 2024
1 parent 4cefc5d commit 289b209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ message rle_event_v1 {
message radio_location_estimate_v1 {
Decimal radius = 1;
Decimal lat = 2;
Decimal long = 3;
Decimal lon = 3;
Decimal confidence = 4;
repeated rle_event_v1 events = 5;
}
Expand Down

0 comments on commit 289b209

Please sign in to comment.