diff --git a/src/action.c b/src/action.c index a6e06989d829322b805c6359393269a6b1af3303..95ceb5d4cb76c4dbe282366089d6acb17f1bbacc 100644 --- a/src/action.c +++ b/src/action.c @@ -123,7 +123,7 @@ void action_load_next_step(void) } } // compute trajectory - action_pause_time=((action_current_page.steps[action_current_step_index].pause<<14)/action_current_page.header.speed); + action_pause_time=((action_current_page.steps[action_current_step_index].pause<<14)*action_current_page.header.speed); action_step_time=((action_current_page.steps[action_current_step_index].time<<14)/action_current_page.header.speed); if(action_step_time<action_period) action_step_time=action_period;// 0.078 in 16|16 format diff --git a/src/motion_pages.c b/src/motion_pages.c index 147398dc9cf9164c40da4c0299da2c423a9bf616..4223450ada73255a3c237a77805d6af71f86676e 100644 --- a/src/motion_pages.c +++ b/src/motion_pages.c @@ -167,7 +167,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x05, 0x00, - 0x30, + 0x15, 0x00, 0x20, 0x03, @@ -224,7 +224,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x05, 0x00, - 0x30, + 0x15, 0x00, 0x20, 0x04, @@ -281,7 +281,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x30, + 0x15, 0x00, 0x20, 0x00, @@ -338,7 +338,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x05, 0x00, - 0x30, + 0x15, 0x00, 0x20, 0x06, @@ -395,7 +395,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x05, 0x00, - 0x30, + 0x15, 0x00, 0x20, 0x00, @@ -452,7 +452,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x05, 0x00, - 0x19, + 0x27, 0x00, 0x20, 0x00, @@ -509,7 +509,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x06, 0x00, - 0x30, + 0x15, 0x00, 0x20, 0x09, @@ -566,7 +566,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x02, 0x00, - 0x30, + 0x15, 0x00, 0x20, 0x0a, @@ -623,7 +623,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x30, + 0x15, 0x00, 0x20, 0x00, @@ -794,7 +794,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x05, 0x00, - 0x30, + 0x15, 0x00, 0x20, 0x00, @@ -851,7 +851,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x01, 0x00, - 0x26, + 0x1a, 0x00, 0x04, 0x0e, @@ -908,7 +908,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x02, 0x00, - 0x30, + 0x15, 0x00, 0x04, 0x00, @@ -965,7 +965,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x01, 0x00, - 0x26, + 0x1a, 0x00, 0x04, 0x10, @@ -1022,7 +1022,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x02, 0x00, - 0x30, + 0x15, 0x00, 0x04, 0x00, @@ -1079,7 +1079,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x06, 0x00, - 0x30, + 0x15, 0x00, 0x04, 0x00, @@ -1136,7 +1136,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x06, 0x00, - 0x30, + 0x15, 0x00, 0x04, 0x00, @@ -1193,7 +1193,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x04, 0x00, - 0x30, + 0x15, 0x00, 0x20, 0x00, @@ -1250,7 +1250,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x04, 0x00, - 0x30, + 0x15, 0x00, 0x20, 0x00, @@ -1307,7 +1307,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x30, + 0x15, 0x00, 0x20, 0x00, @@ -1421,7 +1421,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x02, 0x00, - 0x19, + 0x27, 0x00, 0x20, 0x00, @@ -1535,7 +1535,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x02, 0x00, - 0x19, + 0x27, 0x00, 0x20, 0x00, @@ -1592,7 +1592,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x05, 0x00, - 0x33, + 0x13, 0x00, 0x20, 0x00, @@ -1706,7 +1706,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x01, 0x00, - 0x10, + 0x40, 0x00, 0x20, 0x00, @@ -1763,7 +1763,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x03, 0x00, - 0x40, + 0x10, 0x00, 0x20, 0x00, @@ -1877,7 +1877,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x21, @@ -1934,7 +1934,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x26, @@ -1991,7 +1991,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x23, @@ -2048,7 +2048,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x24, @@ -2105,7 +2105,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x25, @@ -2162,7 +2162,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x26, @@ -2219,7 +2219,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x27, @@ -2276,7 +2276,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x24, @@ -2333,7 +2333,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x29, @@ -2390,7 +2390,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -2447,7 +2447,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x2b, @@ -2504,7 +2504,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -2561,7 +2561,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x2d, @@ -2618,7 +2618,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x32, @@ -2675,7 +2675,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x2f, @@ -2732,7 +2732,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x30, @@ -2789,7 +2789,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x31, @@ -2846,7 +2846,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x32, @@ -2903,7 +2903,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x33, @@ -2960,7 +2960,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x30, @@ -3017,7 +3017,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x35, @@ -3074,7 +3074,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -3131,7 +3131,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x37, @@ -3188,7 +3188,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -3245,7 +3245,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x39, @@ -3302,7 +3302,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x3e, @@ -3359,7 +3359,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x3b, @@ -3416,7 +3416,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x3c, @@ -3473,7 +3473,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x3d, @@ -3530,7 +3530,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x3e, @@ -3587,7 +3587,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x3f, @@ -3644,7 +3644,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x3c, @@ -3701,7 +3701,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x41, @@ -3758,7 +3758,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -3815,7 +3815,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x43, @@ -3872,7 +3872,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -3929,7 +3929,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x45, @@ -3986,7 +3986,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x4a, @@ -4043,7 +4043,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x47, @@ -4100,7 +4100,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x48, @@ -4157,7 +4157,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x49, @@ -4214,7 +4214,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x4a, @@ -4271,7 +4271,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x4b, @@ -4328,7 +4328,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x48, @@ -4385,7 +4385,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x4d, @@ -4442,7 +4442,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -4499,7 +4499,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x4f, @@ -4556,7 +4556,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -4613,7 +4613,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x51, @@ -4670,7 +4670,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x56, @@ -4727,7 +4727,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x53, @@ -4784,7 +4784,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x54, @@ -4841,7 +4841,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x55, @@ -4898,7 +4898,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x56, @@ -4955,7 +4955,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x57, @@ -5012,7 +5012,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x54, @@ -5069,7 +5069,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x59, @@ -5126,7 +5126,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -5183,7 +5183,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x5b, @@ -5240,7 +5240,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -5297,7 +5297,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x5d, @@ -5354,7 +5354,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x62, @@ -5411,7 +5411,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x5f, @@ -5468,7 +5468,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x60, @@ -5525,7 +5525,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x61, @@ -5582,7 +5582,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x62, @@ -5639,7 +5639,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x63, @@ -5696,7 +5696,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x60, @@ -5753,7 +5753,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x65, @@ -5810,7 +5810,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -5867,7 +5867,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x67, @@ -5924,7 +5924,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -5981,7 +5981,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x69, @@ -6038,7 +6038,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x6e, @@ -6095,7 +6095,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x6b, @@ -6152,7 +6152,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x6c, @@ -6209,7 +6209,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x6d, @@ -6266,7 +6266,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x6e, @@ -6323,7 +6323,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x6f, @@ -6380,7 +6380,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x6c, @@ -6437,7 +6437,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x71, @@ -6494,7 +6494,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -6551,7 +6551,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x73, @@ -6608,7 +6608,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -6665,7 +6665,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x75, @@ -6722,7 +6722,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x7a, @@ -6779,7 +6779,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x77, @@ -6836,7 +6836,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x78, @@ -6893,7 +6893,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x79, @@ -6950,7 +6950,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x7a, @@ -7007,7 +7007,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x7b, @@ -7064,7 +7064,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x78, @@ -7121,7 +7121,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x7d, @@ -7178,7 +7178,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -7235,7 +7235,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x7f, @@ -7292,7 +7292,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -7349,7 +7349,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x81, @@ -7406,7 +7406,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x86, @@ -7463,7 +7463,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x83, @@ -7520,7 +7520,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x84, @@ -7577,7 +7577,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x85, @@ -7634,7 +7634,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x86, @@ -7691,7 +7691,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x87, @@ -7748,7 +7748,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x84, @@ -7805,7 +7805,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x89, @@ -7862,7 +7862,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -7919,7 +7919,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x8b, @@ -7976,7 +7976,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -8033,7 +8033,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x8d, @@ -8090,7 +8090,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x92, @@ -8147,7 +8147,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x8f, @@ -8204,7 +8204,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x90, @@ -8261,7 +8261,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x91, @@ -8318,7 +8318,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x92, @@ -8375,7 +8375,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x93, @@ -8432,7 +8432,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x90, @@ -8489,7 +8489,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x95, @@ -8546,7 +8546,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -8603,7 +8603,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x97, @@ -8660,7 +8660,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -8717,7 +8717,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x99, @@ -8774,7 +8774,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x9e, @@ -8831,7 +8831,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x9b, @@ -8888,7 +8888,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x9c, @@ -8945,7 +8945,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x9d, @@ -9002,7 +9002,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x9e, @@ -9059,7 +9059,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x9f, @@ -9116,7 +9116,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0x9c, @@ -9173,7 +9173,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xa1, @@ -9230,7 +9230,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -9287,7 +9287,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xa3, @@ -9344,7 +9344,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -9401,7 +9401,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xa5, @@ -9458,7 +9458,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xaa, @@ -9515,7 +9515,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xa7, @@ -9572,7 +9572,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xa8, @@ -9629,7 +9629,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0xa9, @@ -9686,7 +9686,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0xaa, @@ -9743,7 +9743,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0xab, @@ -9800,7 +9800,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0xa8, @@ -9857,7 +9857,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xad, @@ -9914,7 +9914,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -9971,7 +9971,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xaf, @@ -10028,7 +10028,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -10085,7 +10085,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xb1, @@ -10142,7 +10142,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xb6, @@ -10199,7 +10199,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xb3, @@ -10256,7 +10256,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xb4, @@ -10313,7 +10313,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0xb5, @@ -10370,7 +10370,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0xb6, @@ -10427,7 +10427,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0xb7, @@ -10484,7 +10484,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0xb4, @@ -10541,7 +10541,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xb9, @@ -10598,7 +10598,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -10655,7 +10655,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xbb, @@ -10712,7 +10712,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -10769,7 +10769,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xbd, @@ -10826,7 +10826,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xc2, @@ -10883,7 +10883,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xbf, @@ -10940,7 +10940,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xc0, @@ -10997,7 +10997,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0xc1, @@ -11054,7 +11054,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0xc2, @@ -11111,7 +11111,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0xc3, @@ -11168,7 +11168,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0xc0, @@ -11225,7 +11225,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xc5, @@ -11282,7 +11282,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -11339,7 +11339,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xc7, @@ -11396,7 +11396,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -11453,7 +11453,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xc9, @@ -11510,7 +11510,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xce, @@ -11567,7 +11567,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xcb, @@ -11624,7 +11624,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xcc, @@ -11681,7 +11681,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0xcd, @@ -11738,7 +11738,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0xce, @@ -11795,7 +11795,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0xcf, @@ -11852,7 +11852,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0xcc, @@ -11909,7 +11909,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xd1, @@ -11966,7 +11966,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -12023,7 +12023,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xd3, @@ -12080,7 +12080,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -12137,7 +12137,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xd5, @@ -12194,7 +12194,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xda, @@ -12251,7 +12251,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xd7, @@ -12308,7 +12308,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xd8, @@ -12365,7 +12365,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0xd9, @@ -12422,7 +12422,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0xda, @@ -12479,7 +12479,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0xdb, @@ -12536,7 +12536,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x56, + 0x0b, 0x00, 0x05, 0xd8, @@ -12593,7 +12593,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xdd, @@ -12650,7 +12650,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -12707,7 +12707,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0xdf, @@ -12764,7 +12764,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x07, 0x00, - 0x43, + 0x0f, 0x00, 0x05, 0x00, @@ -12878,7 +12878,7 @@ TPage motion_pages[MAX_PAGES] __attribute__ ((section (".pages")))= {0x00,0x00,0x00}, 0x01, 0x00, - 0x10, + 0x40, 0x00, 0x20, 0x00,