You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling for x86, compiler errors out since call to function abs() is ambiguous. Current workaround is to cast args in abs() as double for the x86 build. The compiler for the x86 build uses include -D__WINDOWS__ which is used with #ifdef to create a separate call to abs() for x86 only. For native roboRIO builds abs() is left untouched.
When compiling for x86, compiler errors out since call to function abs() is ambiguous. Current workaround is to cast args in abs() as double for the x86 build. The compiler for the x86 build uses include -D__WINDOWS__ which is used with #ifdef to create a separate call to abs() for x86 only. For native roboRIO builds abs() is left untouched.
2m-Distance-Sensor/src/main/native/cpp/core/src/vl53l0x_api_core.c
Line 1835 in 8fa66c3
The text was updated successfully, but these errors were encountered: