Index: firmware/App/Services/WatchdogMgmt.c =================================================================== diff -u -r025612ad77fe630889a364586de54bffe5262d56 -re0cdf49eb0f54239e5d765282e0952cea7ded1bd --- firmware/App/Services/WatchdogMgmt.c (.../WatchdogMgmt.c) (revision 025612ad77fe630889a364586de54bffe5262d56) +++ firmware/App/Services/WatchdogMgmt.c (.../WatchdogMgmt.c) (revision e0cdf49eb0f54239e5d765282e0952cea7ded1bd) @@ -34,8 +34,8 @@ #define WATCHDOG_POST_TIMEOUT_MS 500 ///< Watchdog POST timeout in ms. #define WATCHDOG_RECOVERY_TIME_MS 750 ///< Watchdog recovery time in ms. -#define MAX_24V_LEVEL_ON_WATCHDOG_EXPIRED 5.0 ///< Maximum voltage on 24V line when watchdog is expired. // TODO - check w/ Systems. Takes time for V to bleed off. Had to raise to 5V. -#define MIN_24V_LEVEL_ON_WATCHDOG_RECOVER 22.6 ///< Minimum voltage on 24V line when watchdog is recovered. +#define MAX_24V_LEVEL_ON_WATCHDOG_EXPIRED 5.0F ///< Maximum voltage on 24V line when watchdog is expired. // TODO - check w/ Systems. Takes time for V to bleed off. Had to raise to 5V. +#define MIN_24V_LEVEL_ON_WATCHDOG_RECOVER 22.6F ///< Minimum voltage on 24V line when watchdog is recovered. /// List of watchdog states. typedef enum Button_Self_Test_States