Index: firmware/App/Services/NVRecordsDD.h =================================================================== diff -u -r85a1a996c5aa992bcea51577bde28b1f54ccc476 -rbe1ff666dbd2ff03342c22c8e50b21d0f9b988a9 --- firmware/App/Services/NVRecordsDD.h (.../NVRecordsDD.h) (revision 85a1a996c5aa992bcea51577bde28b1f54ccc476) +++ firmware/App/Services/NVRecordsDD.h (.../NVRecordsDD.h) (revision be1ff666dbd2ff03342c22c8e50b21d0f9b988a9) @@ -186,7 +186,7 @@ /// DD D12 dialysate pump calibration structure typedef struct { - F32 targetPumpSpeed; ///< Target Pump Speed + F32 targetPumpSpeed; ///< Target Pump Speed U32 calibrationTime; ///< Calibration time. U16 crc; ///< CRC for the polynomial calibration payload. } DD_D12_DIALYSATE_PUMP_RECORD_T;