Index: firmware/App/Services/DDInterface.c =================================================================== diff -u -r3518e8a088c32e75c0c8960d5e629a7401095feb -r512065f0a0c9ba2c335e8856b790e8448852fc52 --- firmware/App/Services/DDInterface.c (.../DDInterface.c) (revision 3518e8a088c32e75c0c8960d5e629a7401095feb) +++ firmware/App/Services/DDInterface.c (.../DDInterface.c) (revision 512065f0a0c9ba2c335e8856b790e8448852fc52) @@ -15,8 +15,6 @@ * ***************************************************************************/ -#include // To check for NaN - #include "DDDefs.h" #include "DDInterface.h" #include "Messaging.h" @@ -40,8 +38,8 @@ // DG status static DD_OP_MODE_T ddCurrentOpMode; ///< Current DD operation mode. -static U32 ddSubMode; ///< Current state (sub-mode) of current DG operation mode. -static BOOL ddStartCommandSent; ///< Flag indicates command to start DG has been sent. +static U32 ddSubMode; ///< Current state (sub-mode) of current DD operation mode. +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 = FALSE; ///< Flag to signal the handleDDOpMode() to process fresh dd op mode data