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
{{ message }}
This repository was archived by the owner on Feb 23, 2026. It is now read-only.
The files output by mavgen_c.py have different line endings when generated on linux vs. generated on Windows.
On windows (within a bash shell) the following commands needs to be run on all the output files to convert their line endings sed -i 's/\r//' <file>, otherwise git will think every file has changed after headers are generated, but will not show any differences in git diff.
The files output by mavgen_c.py have different line endings when generated on linux vs. generated on Windows.
On windows (within a bash shell) the following commands needs to be run on all the output files to convert their line endings
sed -i 's/\r//' <file>, otherwisegitwill think every file has changed after headers are generated, but will not show any differences ingit diff.