Index: firmware/App/Modes/ModeFault.h =================================================================== diff -u -r051e0c243c0e6faa7a53287b16252d93044d87e0 -rf7c714a1a09b10d85a8b013712532d37b4d7b97a --- firmware/App/Modes/ModeFault.h (.../ModeFault.h) (revision 051e0c243c0e6faa7a53287b16252d93044d87e0) +++ firmware/App/Modes/ModeFault.h (.../ModeFault.h) (revision f7c714a1a09b10d85a8b013712532d37b4d7b97a) @@ -33,7 +33,7 @@ // ********** public function prototypes ********** -void initFaultMode( void ); // initialize this module +void initFaultMode( void ); // initialize this unit U32 transitionToFaultMode( void ); // prepares for transition to fault mode U32 execFaultMode( void ); // execute the fault mode state machine (call from OperationModes)