mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
The size of the directory_entry was different between translation units. This was caused by the FILE_OFFSET_BITS macro when building wpiutil. Removing that fixes the issue. Should fix NavX USB issues.