Added a zeroed flag.
diff --git a/frc971/control_loops/claw/claw.q b/frc971/control_loops/claw/claw.q
index 7f200a4..38e7efb 100644
--- a/frc971/control_loops/claw/claw.q
+++ b/frc971/control_loops/claw/claw.q
@@ -52,10 +52,12 @@
   };
 
   message Status {
+    // True if zeroed.
+    bool zeroed;
     // True if zeroed and within tolerance for separation and bottom angle.
     bool done;
     // True if zeroed and within tolerance for separation and bottom angle.
-	// seperation allowance much wider as a ball may be included
+    // seperation allowance much wider as a ball may be included
     bool done_with_ball;
     // Dump the values of the state matrix.
     double bottom;