Index: firmware/App/Controllers/LoadCell.h =================================================================== diff -u -ra9315539f527b92523b1598ff91e47db4d71dae2 -r4e11c80367b5ae522aa34fb137079e516c98831b --- firmware/App/Controllers/LoadCell.h (.../LoadCell.h) (revision a9315539f527b92523b1598ff91e47db4d71dae2) +++ firmware/App/Controllers/LoadCell.h (.../LoadCell.h) (revision 4e11c80367b5ae522aa34fb137079e516c98831b) @@ -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.