Skip to content

Commit

Permalink
remote_id: fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
persuader72 committed Jan 15, 2024
1 parent e9d473f commit 79c1b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protos/remote_id/remote_id.proto
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ message LocationAccuracy {
HOR_ACC_NM_0_3 = 6; // The horizontal accuracy is smaller than 0.3 Nautical Miles. 555.6 m.
HOR_ACC_NM_0_1 = 7; // The horizontal accuracy is smaller than 0.1 Nautical Miles. 185.2 m.
HOR_ACC_NM_0_05 = 8; // The horizontal accuracy is smaller than 0.05 Nautical Miles. 92.6 m.
HOR_ACC_METER_30_ = 9; // The horizontal accuracy is smaller than 30 meter.
HOR_ACC_METER_30 = 9; // The horizontal accuracy is smaller than 30 meter.
HOR_ACC_METER_10 = 10; // The horizontal accuracy is smaller than 10 meter.
HOR_ACC_METER_3 = 11; // The horizontal accuracy is smaller than 3 meter.
HOR_ACC_METER_1 = 12; // The horizontal accuracy is smaller than 1 meter
Expand Down

0 comments on commit 79c1b6a

Please sign in to comment.