Index: firmware/App/Services/TDInterface.c =================================================================== diff -u -re91d5fb68c811626c1c7786c5ca3d89bcdc63447 -r969f477ff642acbe9620311535a74872af4a28cd --- firmware/App/Services/TDInterface.c (.../TDInterface.c) (revision e91d5fb68c811626c1c7786c5ca3d89bcdc63447) +++ firmware/App/Services/TDInterface.c (.../TDInterface.c) (revision 969f477ff642acbe9620311535a74872af4a28cd) @@ -60,6 +60,7 @@ #define BICARBONATE_CONVERSION_FACTOR 0.07337F ///< Bicarbonate conversion factor mS/cm per mmol/L +// TODO move to institutional records once implemented /// Acid concentration conversion factors for each acid type const F32 ACID_CONVERSION_FACTOR[ NUM_OF_ACID_TYPE - 1 ] = { 0.11192F, 0.11313F, Index: firmware/App/Services/TDInterface.h =================================================================== diff -u -re91d5fb68c811626c1c7786c5ca3d89bcdc63447 -r969f477ff642acbe9620311535a74872af4a28cd --- firmware/App/Services/TDInterface.h (.../TDInterface.h) (revision e91d5fb68c811626c1c7786c5ca3d89bcdc63447) +++ firmware/App/Services/TDInterface.h (.../TDInterface.h) (revision 969f477ff642acbe9620311535a74872af4a28cd) @@ -59,7 +59,6 @@ TD_OP_MODE_T getTDOpMode( void ); - BOOL testTDTreatmentParamsOverride( MESSAGE_T *message ); /**@}*/