Index: firmware/App/Controllers/DialOutFlow.h =================================================================== diff -u -r37a9fd8f15e413db5337371a7d1a1cb65567af7c -r4fc093ea280a0bdb47c20d25efb7c840b9f9867a --- firmware/App/Controllers/DialOutFlow.h (.../DialOutFlow.h) (revision 37a9fd8f15e413db5337371a7d1a1cb65567af7c) +++ firmware/App/Controllers/DialOutFlow.h (.../DialOutFlow.h) (revision 4fc093ea280a0bdb47c20d25efb7c840b9f9867a) @@ -48,16 +48,6 @@ F32 dopCalcRate; ///< Latest calculated DPo flow rate. F32 ufCalcRate; ///< Latest calculated UF rate. } DIAL_OUT_FLOW_DATA_T; - -/// Payload record structure for a load cell data message. -typedef struct -{ - F32 res1PrimaryLoadCell; - F32 res1BackupLoadCell; - F32 res2PrimaryLoadCell; - F32 res2BackupLoadCell; -} LOAD_CELL_READINGS_PAYLOAD_T; - #pragma pack(pop) // ********** public function prototypes **********