Skip to content

Commit 99de2ae

Browse files
committed
Minor update to comment.
1 parent cf856c3 commit 99de2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SonarConfiguration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ SonarConfiguration::SonarConfiguration()
6060

6161
_sfm.masterMode = OCULUS_HIGH_FREQ;
6262
_sfm.pingRate = pingRateNormal;
63-
_sfm.networkSpeed = 0xff; // uint8_t; can reduce network speed for bad links
63+
_sfm.networkSpeed = 0xff; // uint8_t; can reduce network speed for bad links
6464
_sfm.gammaCorrection = 127; // uint8_t; for 127, gamma = 0.5
6565

6666
updateFlags(); // Set to defaults

0 commit comments

Comments
 (0)