Index: firmware/App/Controllers/BloodLeak.h =================================================================== diff -u -r234c2cedfa38520fa523a29156de993e9ace9a79 -r863a9c650d97fbf75d56c60b907b9117d033ca94 --- firmware/App/Controllers/BloodLeak.h (.../BloodLeak.h) (revision 234c2cedfa38520fa523a29156de993e9ace9a79) +++ firmware/App/Controllers/BloodLeak.h (.../BloodLeak.h) (revision 863a9c650d97fbf75d56c60b907b9117d033ca94) @@ -54,6 +54,7 @@ U32 bloodLeakStCount; ///< Blood leak st count U32 bloodLeakLEDIntesity; ///< Blood leak LED intensity U32 bloodLeakRegisterCounter; ///< Blood leak register counter + U32 bloodLeakEmbModeRxChars; ///< Blood leak embedded mode receive characters } BLOOD_LEAK_DATA_T; // ********** public function prototypes ********** @@ -74,7 +75,7 @@ BOOL testResetBloodLeakStatusOverride( void ); BOOL testSetBloodLeak2EmbeddedMode( void ); -BOOL testSetBloodLeakCalibrationCommand( U08 command ); +BOOL testSetBloodLeakEmbeddedModeCommand( U08 command ); BOOL testSetBloodLeakSetPoint( U16 setPoint ); /**@}*/