Skip to content
Snippets Groups Projects
Commit e99d26cf authored by Adam M Rivera's avatar Adam M Rivera Committed by Andrew Tridgell
Browse files

AP_Declination: The exception signs unpacking logic was incorrect. I was...

AP_Declination: The exception signs unpacking logic was incorrect. I was shifting a 1 value left y%8 which would have needed a the signs to be packed right to left. My packed signs byte was packed left to right (left most being the 0 position) so I needed to reverse the shifting.
parent d9c9e0e6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment