Skip to content
Snippets Groups Projects

Removed the motion_pages variable from the library.

Merged Sergi Hernandez requested to merge motion_pages_bug into master
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -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));
Loading