Index: firmware/App/Modes/ModeFault.h =================================================================== diff -u -r025612ad77fe630889a364586de54bffe5262d56 -r335d28f954aed9522d5cc71863cd8dc253070758 --- firmware/App/Modes/ModeFault.h (.../ModeFault.h) (revision 025612ad77fe630889a364586de54bffe5262d56) +++ firmware/App/Modes/ModeFault.h (.../ModeFault.h) (revision 335d28f954aed9522d5cc71863cd8dc253070758) @@ -39,7 +39,7 @@ DG_FAULT_STATE_T getCurrentFaultState( void ); // get the current state of the fault mode. -void deenergizeActuators( void ); +void deenergizeActuators( BOOL parkPumps ); /**@}*/