Index: firmware/App/Drivers/BloodLeakDriver.h =================================================================== diff -u -rcf465d563d6f19d8eee4d4283b968694eb59ef94 -r86ea3cba20edaebf20fe2f9b82c7c73048c36f6c --- firmware/App/Drivers/BloodLeakDriver.h (.../BloodLeakDriver.h) (revision cf465d563d6f19d8eee4d4283b968694eb59ef94) +++ firmware/App/Drivers/BloodLeakDriver.h (.../BloodLeakDriver.h) (revision 86ea3cba20edaebf20fe2f9b82c7c73048c36f6c) @@ -126,6 +126,7 @@ void initBloodLeakDriver( void ); void execBloodLeakEmbModeCommand( void ); +BLOOD_LEAK_EMB_MODE_STATE_T getBloodLeakEmbModeState( void ); // Embedded mode command queue void enqueueEmbModeCmd( U08 cmd ); @@ -139,7 +140,6 @@ void resetEmbModeCmdRespConsumedFlag( U08 cmd ); void getBloodLeakEmbCmdMode( BLOOD_LEAK_EMB_MODE_CMD_T cmd, EMB_MODE_CMD_T* results ); U32 getEmbModeInfoValue( U08 cmd ); -void processReceivedEmbModeChar( U08 data ); BOOL testSetBloodLeak2EmbeddedMode( MESSAGE_T *message ); BOOL testSetBloodLeakEmbeddedModeCommand( MESSAGE_T *message );