mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +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.