Fixed drivetrain hall effects to use the dual hall effect setup.
diff --git a/bbb_cape/src/cape/data_struct.h b/bbb_cape/src/cape/data_struct.h
index debef38..4aa2a10 100644
--- a/bbb_cape/src/cape/data_struct.h
+++ b/bbb_cape/src/cape/data_struct.h
@@ -86,8 +86,10 @@
       int32_t shooter_position, pusher_distal_posedge_position,
           pusher_proximal_posedge_position;
 
-      uint16_t left_drive_hall;
-      uint16_t right_drive_hall;
+      uint16_t low_left_drive_hall;
+      uint16_t high_left_drive_hall;
+      uint16_t low_right_drive_hall;
+      uint16_t high_right_drive_hall;
 
       uint16_t battery_voltage;