Turret Messages

Add Turret flat buffer messages to the main superstructure tables.

Change-Id: I4390f59e3db9623af0cec1f330943595883b60f3
diff --git a/y2020/control_loops/superstructure/superstructure_status.fbs b/y2020/control_loops/superstructure/superstructure_status.fbs
index a230528..f231f17 100644
--- a/y2020/control_loops/superstructure/superstructure_status.fbs
+++ b/y2020/control_loops/superstructure/superstructure_status.fbs
@@ -13,6 +13,7 @@
   //Subsystem status.
   hood:frc971.control_loops.AbsoluteEncoderProfiledJointStatus;
   intake:frc971.control_loops.AbsoluteEncoderProfiledJointStatus;
+  turret:frc971.control_loops.PotAndAbsoluteEncoderProfiledJointStatus;
 }
 
 root_type Status;