From d88b9e8ffc457251ba243686c1d863b6a765c590 Mon Sep 17 00:00:00 2001 From: Adam M Rivera Date: Sat, 17 Mar 2012 01:17:06 -0500 Subject: [PATCH] AP_Declination: Updated packed exception signs array. I had the signs packed incorrectly. --- libraries/AP_Declination/AP_Declination.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/libraries/AP_Declination/AP_Declination.cpp b/libraries/AP_Declination/AP_Declination.cpp index 93437a196c..2807f0cddc 100644 --- a/libraries/AP_Declination/AP_Declination.cpp +++ b/libraries/AP_Declination/AP_Declination.cpp @@ -64,16 +64,16 @@ static const uint8_t exceptions[10][73] PROGMEM = \ // 100 bytes static const uint8_t exception_signs[10][10] PROGMEM = \ { \ -{192,0,0,0,0,0,15,255,240,0}, \ -{192,0,0,0,0,0,7,255,240,0}, \ -{192,0,0,0,0,0,3,255,224,0}, \ -{192,0,0,0,0,0,0,255,224,0}, \ -{192,0,0,0,0,0,0,127,192,0}, \ -{192,0,0,0,0,0,0,7,128,0}, \ -{228,160,0,0,0,0,0,191,255,0}, \ -{255,224,15,255,255,255,254,0,127,1}, \ -{255,3,255,255,255,255,255,224,3,1}, \ -{240,0,7,255,255,255,255,255,255,1} \ +{255,255,255,254,0,0,31,255,255,1}, \ +{255,255,255,254,0,0,15,255,255,1}, \ +{255,255,255,254,0,0,7,255,255,1}, \ +{255,255,255,254,0,0,1,255,255,1}, \ +{255,255,255,252,0,0,0,255,255,1}, \ +{255,255,255,252,0,0,0,15,255,1}, \ +{255,255,255,240,0,0,0,1,255,1}, \ +{255,252,0,0,3,255,255,248,3,1}, \ +{255,128,0,0,3,255,255,255,255,1}, \ +{255,255,224,0,1,255,255,255,255,1} \ }; // 76 bytes - Instance of the struct defined above