Index: firmware/App/Controllers/BloodLeak.h =================================================================== diff -u -r863a9c650d97fbf75d56c60b907b9117d033ca94 -r4b8363716866a9850de172af1609008fccf0ee74 --- firmware/App/Controllers/BloodLeak.h (.../BloodLeak.h) (revision 863a9c650d97fbf75d56c60b907b9117d033ca94) +++ firmware/App/Controllers/BloodLeak.h (.../BloodLeak.h) (revision 4b8363716866a9850de172af1609008fccf0ee74) @@ -54,7 +54,6 @@ 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 ********** @@ -75,8 +74,7 @@ BOOL testResetBloodLeakStatusOverride( void ); BOOL testSetBloodLeak2EmbeddedMode( void ); -BOOL testSetBloodLeakEmbeddedModeCommand( U08 command ); -BOOL testSetBloodLeakSetPoint( U16 setPoint ); +BOOL testSetBloodLeakEmbeddedModeCommand( U08 command, U16 setPointPayload ); /**@}*/