Quote:
Originally Posted by nabioullinr
How would I patch wpilib? I could not find anything useful (besides the description of the bug).
|
Download the source code, change the logical OR to a bitwise OR, build the library, run the Scripts/updateBuiltInLibrary.cmd file to install the compiled library, rebuild your project.
-Joe