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

Merge branch 'motion_pages_bug' into 'master'

Removed the motion_pages variable from the library.

See merge request !10
parents 89192500 bb4bda07
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) ...@@ -41,5 +41,3 @@ inline unsigned char pages_get_slope(TPage *page,unsigned char servo_id)
{ {
return 0x01<<(page->header.slope[servo_id]&0x0F); 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