Removed gyro_part_id queue.

Converted to an event loop.

Change-Id: I25bab753e898f8420d58ace2606bde42d9f4f780
diff --git a/frc971/queues/gyro.q b/frc971/queues/gyro.q
index 9179d5d..c86fcab 100644
--- a/frc971/queues/gyro.q
+++ b/frc971/queues/gyro.q
@@ -10,7 +10,7 @@
 };
 queue GyroReading gyro_reading;
 
+// Published on ".frc971.sensors.gyro_part_id"
 message Uid {
 	uint32_t uid;
 };
-queue Uid gyro_part_id;