# HG changeset patch # User Some Random Person # Date 1331868918 25200 # Node ID 88fd85921d7f20505f80c0f086aeccb2615ba106 # Parent f2a7831352dccb0bb120c26f33ee6839315ece5d made compilable -- fixed couple naming bugs diff -r f2a7831352dc -r 88fd85921d7f AnimationMaster.c --- a/AnimationMaster.c Thu Mar 15 20:31:41 2012 -0700 +++ b/AnimationMaster.c Thu Mar 15 20:35:18 2012 -0700 @@ -200,7 +200,7 @@ MEAS__Capture_Post_Master_Point; - masterSwitchToCoreCtlr(animatingSlv); + masterSwitchToCoreCtlr( masterVP ); flushRegisters(); }//MasterLoop diff -r f2a7831352dc -r 88fd85921d7f VMS.h --- a/VMS.h Thu Mar 15 20:31:41 2012 -0700 +++ b/VMS.h Thu Mar 15 20:35:18 2012 -0700 @@ -96,6 +96,12 @@ //==================== Core data structures =================== +typedef struct + { + //for future expansion + } +SlotPerfInfo; + struct _SchedSlot { int workIsDone;