Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r724b64673b719eaac10b0c9dd839ad9675274911 -r6408d79e3a9a543e90b2fa7ab823be348befd391 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 724b64673b719eaac10b0c9dd839ad9675274911) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 6408d79e3a9a543e90b2fa7ab823be348befd391) @@ -504,15 +504,15 @@ /*********************************************************************//** * @brief - * The testDDstartPreGenDialysateOverride function sets the override value + * The testDDStartPreGenDialysateOverride function sets the override value * to start the pre-gen dialysate operation mode. * @details Inputs: pendingStartDDPreGenRequest * @details Outputs: pendingStartDDPreGenRequest * @param message Override message from Dialin which includes the flag * to override the operation mode. * @return TRUE if override successful, FALSE if not *************************************************************************/ -BOOL testDDstartPreGenDialysateOverride( MESSAGE_T *message ) +BOOL testDDStartPreGenDialysateOverride( MESSAGE_T *message ) { BOOL result = u32Override( message, &pendingStartDDPreGenRequest, FALSE, TRUE );