Index: firmware/App/Monitors/Bubbles.h =================================================================== diff -u -r494b19c85bdea2b8fc273c648b4f1955f9d07dc3 -reffc2a8283d6528109b2401bbad70dc554db4e53 --- firmware/App/Monitors/Bubbles.h (.../Bubbles.h) (revision 494b19c85bdea2b8fc273c648b4f1955f9d07dc3) +++ firmware/App/Monitors/Bubbles.h (.../Bubbles.h) (revision effc2a8283d6528109b2401bbad70dc554db4e53) @@ -37,8 +37,8 @@ /// Bubble detectors data publish typedef struct { - U32 statusADV; ///< Venous bubble detector status - U32 stateADV; ///< Venous bubble detector state + U32 statusH18; ///< Venous bubble detector status + U32 stateH18; ///< Venous bubble detector state } BUBBLES_DATA_T; // ********** public function prototypes **********