Skip to content

Commit d955a01

Browse files
committed
Removed unnecessary comment.
1 parent 256e28c commit d955a01

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/liboculus/Constants.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ const float ElevationBeamwidthRad = DEG2RAD(ElevationBeamwidthDeg);
7171
const float AzimuthBeamwidthDeg = 0.6;
7272
const float AzimuthBeamwidthRad = DEG2RAD(AzimuthBeamwidthDeg);
7373

74-
//! NOTE:(by LinZhao) for old generation 1.2MHz,
75-
// M750d max range is 40m, M1200d max range is 30m
76-
// Maybe set a specfic name for 1.2MHz, since
77-
// the beamwidth changes between generation and model ?
7874
const float MaxRange = 40;
7975
}; // namespace Freq_1200kHz
8076
}; // namespace Oculus_M750d

0 commit comments

Comments
 (0)