added hall effect sensor at the top of the loader
diff --git a/gyro_board/src/usb/analog.h b/gyro_board/src/usb/analog.h
index b72218b..8dc0963 100644
--- a/gyro_board/src/usb/analog.h
+++ b/gyro_board/src/usb/analog.h
@@ -38,6 +38,7 @@
       uint8_t angle_adjust_bottom_hall_effect : 1;
       uint8_t top_disc : 1;
       uint8_t bottom_disc : 1;
+      uint8_t loader_top : 1;
     };
     uint32_t digitals;
   };