Index: firmware/App/Modes/ModePostGenDialysate.c =================================================================== diff -u -r724b64673b719eaac10b0c9dd839ad9675274911 -r6e36d2fd90b130f540494f4128951d81e7dc5ed5 --- firmware/App/Modes/ModePostGenDialysate.c (.../ModePostGenDialysate.c) (revision 724b64673b719eaac10b0c9dd839ad9675274911) +++ firmware/App/Modes/ModePostGenDialysate.c (.../ModePostGenDialysate.c) (revision 6e36d2fd90b130f540494f4128951d81e7dc5ed5) @@ -37,9 +37,9 @@ // ********** private data ********** -static DD_POST_GEN_DAILYSATE_STATE_T postGenDialysateState; ///< Currently active post gen dialysate state. -static U32 postGenDialysatePublishTimerCounter; ///< PostGen Dialysate data broadcast timer counter used to schedule when to transmit data. -static OVERRIDE_U32_T postGenDialysateModePublishInterval; ///< Interval (in task intervals) at which to publish post-gen dialysate mode data to CAN bus. +static DD_POST_GEN_DAILYSATE_STATE_T postGenDialysateState; ///< Currently active post gen dialysate state. +static U32 postGenDialysatePublishTimerCounter; ///< PostGen Dialysate data broadcast timer counter used to schedule when to transmit data. +static OVERRIDE_U32_T postGenDialysateModePublishInterval; ///< Interval (in task intervals) at which to publish post-gen dialysate mode data to CAN bus. // ********** private function prototypes **********