diff --git a/dynamixel_manager/src/modules/motion_pages.c b/dynamixel_manager/src/modules/motion_pages.c index 70b4b05ea1a2b2c26997d8cdd305b852ce74a030..5fdaab6d5f2d32bcac85843cb624e26e13f1d8f3 100755 --- a/dynamixel_manager/src/modules/motion_pages.c +++ b/dynamixel_manager/src/modules/motion_pages.c @@ -41,5 +41,3 @@ inline unsigned char pages_get_slope(TPage *page,unsigned char servo_id) { return 0x01<<(page->header.slope[servo_id]&0x0F); } - -TPage motion_pages[NUM_MOTION_PAGES] __attribute__ ((section (".pages"))) __attribute__((weak));