This repository was archived by the owner on Jan 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 85
Use of logical '&&' with constant operand #148
Labels
fixed
Issue is fixed
Comments
Hi @rubienr & @edspark , |
Hi, I am at a very early stage with my project development and my prototype is stationary for the moment. Thus I cannot meningfully test dead-reckoning. However I switched my dependency to the RC branch. Will keep you posted if I find issues related to this commit. I tried to compile with
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Multiple usages of logical
&&
with constant operand for exampleimuMeas.dataType[i] = (bitField && 0xFF000000) >> 23
in:SparkFun_Ublox_Arduino_Library/src/SparkFun_Ublox_Arduino_Library.cpp
Line 3597 in 97bd455
SparkFun_Ublox_Arduino_Library/src/SparkFun_Ublox_Arduino_Library.cpp
Line 3632 in 97bd455
SparkFun_Ublox_Arduino_Library/src/SparkFun_Ublox_Arduino_Library.cpp
Line 3646 in 97bd455
SparkFun_Ublox_Arduino_Library/src/SparkFun_Ublox_Arduino_Library.cpp
Line 3670 in 97bd455
SparkFun_Ublox_Arduino_Library/src/SparkFun_Ublox_Arduino_Library.cpp
Line 3706 in 97bd455
The text was updated successfully, but these errors were encountered: