Index: firmware/App/Controllers/DGInterface.c =================================================================== diff -u -rfba3daf7d2ab628bf90da7504b38d0b03f9e0bd9 -r8ceb2ec143cf3c62e50f2187ad771cd63f046842 --- firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision fba3daf7d2ab628bf90da7504b38d0b03f9e0bd9) +++ firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 8ceb2ec143cf3c62e50f2187ad771cd63f046842) @@ -55,7 +55,7 @@ static U32 dgSubMode; ///< Current state (sub-mode) of current DG operation mode. static BOOL dgStartCommandSent; ///< Flag indicates command to start DG has been sent. static BOOL dgStarted; ///< Flag indicates whether we have commanded the DG to start or stop. -static BOOL dgTrimmerHeaterOn = FALSE; ///< Flag indicates whether we have commanded the DG to start or stop the trimmer heater. +static BOOL dgTrimmerHeaterOn; ///< Flag indicates whether we have commanded the DG to start or stop the trimmer heater. // State machine states static U32 timeStartMS = 0; // TODO is this needed?