AP_Declination: Updated packed exception signs array. I had the signs packed incorrectly.

This commit is contained in:
Adam M Rivera 2012-03-17 01:17:06 -05:00 committed by Andrew Tridgell
parent c0813f8d62
commit 8b1c383f97

View File

@ -64,16 +64,16 @@ static const uint8_t exceptions[10][73] PROGMEM = \
// 100 bytes // 100 bytes
static const uint8_t exception_signs[10][10] PROGMEM = \ static const uint8_t exception_signs[10][10] PROGMEM = \
{ \ { \
{192,0,0,0,0,0,15,255,240,0}, \ {255,255,255,254,0,0,31,255,255,1}, \
{192,0,0,0,0,0,7,255,240,0}, \ {255,255,255,254,0,0,15,255,255,1}, \
{192,0,0,0,0,0,3,255,224,0}, \ {255,255,255,254,0,0,7,255,255,1}, \
{192,0,0,0,0,0,0,255,224,0}, \ {255,255,255,254,0,0,1,255,255,1}, \
{192,0,0,0,0,0,0,127,192,0}, \ {255,255,255,252,0,0,0,255,255,1}, \
{192,0,0,0,0,0,0,7,128,0}, \ {255,255,255,252,0,0,0,15,255,1}, \
{228,160,0,0,0,0,0,191,255,0}, \ {255,255,255,240,0,0,0,1,255,1}, \
{255,224,15,255,255,255,254,0,127,1}, \ {255,252,0,0,3,255,255,248,3,1}, \
{255,3,255,255,255,255,255,224,3,1}, \ {255,128,0,0,3,255,255,255,255,1}, \
{240,0,7,255,255,255,255,255,255,1} \ {255,255,224,0,1,255,255,255,255,1} \
}; };
// 76 bytes - Instance of the struct defined above // 76 bytes - Instance of the struct defined above