forgot the brake position in the queue
diff --git a/frc971/control_loops/shooter/shooter.q b/frc971/control_loops/shooter/shooter.q
index 4350bd2..670b10f 100755
--- a/frc971/control_loops/shooter/shooter.q
+++ b/frc971/control_loops/shooter/shooter.q
@@ -28,6 +28,8 @@
 	bool pusher_proximal_hall_effect;
 	// the latch is closed
 	bool latch_hall_effect;
+	// the brake is closed
+	bool brake_hall_effect;
 
 	// count of positive edges
 	int64_t plunger_back_hall_effect_posedge_count;