Index: firmware/App/Controllers/LoadCell.h =================================================================== diff -u -ra9315539f527b92523b1598ff91e47db4d71dae2 -ra26a94535a8931d2a86487c48d55e4549934bfe8 --- firmware/App/Controllers/LoadCell.h (.../LoadCell.h) (revision a9315539f527b92523b1598ff91e47db4d71dae2) +++ firmware/App/Controllers/LoadCell.h (.../LoadCell.h) (revision a26a94535a8931d2a86487c48d55e4549934bfe8) @@ -31,17 +31,6 @@ // ********** public definitions ********** -#pragma pack(push,1) -/// Loadcell measurements struct. -typedef struct -{ - F32 loadCellA1inGram; ///< Loadcell A1 measurement in gram - F32 loadCellA2inGram; ///< Loadcell A2 measurement in gram - F32 loadCellB1inGram; ///< Loadcell B1 measurement in gram - F32 loadCellB2inGram; ///< Loadcell B2 measurement in gram -} LOAD_CELL_DATA_T; -#pragma pack(pop) - // ********** public function prototypes ********** void initLoadCell( void ); // Initialize the LoadCell module.