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

AP_Declination: In order for the bitwise & operation to work, negative signs...

AP_Declination: In order for the bitwise & operation to work, negative signs need to be represented by 1s instead of 0s. Changed so that negative signs are represented by a 1 in the packed signs array. Updated lookup logic to reflect this change.
parent 8b1c383f
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