Index: firmware/App/Modes/ModeFault.h =================================================================== diff -u -r8b8fff67b95805272f37855346d600599aaec03d -r4fb1e15d35f6b968bab5620909c30baec98bfd4e --- firmware/App/Modes/ModeFault.h (.../ModeFault.h) (revision 8b8fff67b95805272f37855346d600599aaec03d) +++ firmware/App/Modes/ModeFault.h (.../ModeFault.h) (revision 4fb1e15d35f6b968bab5620909c30baec98bfd4e) @@ -37,7 +37,7 @@ U32 transitionToFaultMode( void ); // prepares for transition to fault mode U32 execFaultMode( void ); // execute the fault mode state machine (call from OperationModes) -DG_FAULT_STATE_T getCurrentFaultState( void ); // get the current state of the fault mode. +DD_FAULT_STATE_T getCurrentFaultState( void ); // get the current state of the fault mode. void deenergizeActuators( BOOL parkPumps );