Skip to content
Snippets Groups Projects
Commit bb4bda07 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Removed the motion_pages variable from the library.

parent 89192500
No related branches found
No related tags found
1 merge request!10Removed the motion_pages variable from the library.
......@@ -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));
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment