Index: firmware/App/Services/DDInterface.c =================================================================== diff -u -r22a8500467c47070dff55824e2ec567c007434ce -r679d535b77aa6722671084774ad5d96e9789e12e --- firmware/App/Services/DDInterface.c (.../DDInterface.c) (revision 22a8500467c47070dff55824e2ec567c007434ce) +++ firmware/App/Services/DDInterface.c (.../DDInterface.c) (revision 679d535b77aa6722671084774ad5d96e9789e12e) @@ -19,7 +19,7 @@ #include "MessagePayloads.h" #include "Messaging.h" #include "ModeInitPOST.h" -#include "OperationModes.h" +#include "OperationModes.h" #include "PersistentAlarm.h" #include "SystemCommTD.h" #include "TaskGeneral.h" @@ -36,12 +36,12 @@ // ********** private data ********** -// DD status -static DD_OP_MODE_T ddCurrentOpMode; ///< Current DD operation mode. +// DD status +static DD_OP_MODE_T ddCurrentOpMode; ///< Current DD operation mode. static U32 ddSubMode; ///< Current state (sub-mode) of current DD operation mode. static F32 dialysatePressure; ///< Current dialysate pressure reported by DD. -static BOOL ddStartCommandSent; ///< Flag indicates command to start DD has been sent. -static BOOL ddStarted; ///< Flag indicates whether we have commanded the DD to start or stop. +static BOOL ddStartCommandSent; ///< Flag indicates command to start DD has been sent. +static BOOL ddStarted; ///< Flag indicates whether we have commanded the DD to start or stop. static BOOL ddOpModeDataFreshFlag; ///< Flag to signal the handleDDOpMode() to process fresh dd op mode data. static BOOL ddDialysatePressureFreshFlag; ///< Flag to signal