fixed the names for the left and right drivetrain encoders
diff --git a/gyro_board/src/usb/analog.h b/gyro_board/src/usb/analog.h
index 262b230..b72218b 100644
--- a/gyro_board/src/usb/analog.h
+++ b/gyro_board/src/usb/analog.h
@@ -6,8 +6,8 @@
 struct DataStruct {
   int64_t gyro_angle;
 
-  int32_t right_drive;
   int32_t left_drive;
+  int32_t right_drive;
   int32_t shooter_angle;
   int32_t shooter;
   int32_t indexer;