Index: firmware/App/Controllers/PresOccl.c =================================================================== diff -u -r2a3a47ca90ad19851a30c52f6999a56d5f578783 -r562500cc109d166b32b7cc09cdf5ecbb36942419 --- firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 2a3a47ca90ad19851a30c52f6999a56d5f578783) +++ firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 562500cc109d166b32b7cc09cdf5ecbb36942419) @@ -362,10 +362,10 @@ *************************************************************************/ static void convertInlinePressures( void ) { - F32 rawArterialPres; - U08 artPresAlarm; - U08 artPresStatus; - F32 venPresPSI; + F32 rawArterialPres = 0.0; + U08 artPresAlarm = 0; + U08 artPresStatus = 0; + F32 venPresPSI = 0.0; if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_ENABLE_DVT_ARTERIAL_PRESSURE_SENSOR ) ) {