Index: firmware/App/Modes/ModeStandby.h =================================================================== diff -u -rb64c49fdcf2b6d95e61e63f8e258c4e600935bbd -rf267c42c91fd6e22db80e19039b8993582de51e9 --- firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision b64c49fdcf2b6d95e61e63f8e258c4e600935bbd) +++ firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision f267c42c91fd6e22db80e19039b8993582de51e9) @@ -21,8 +21,8 @@ // ********** private function prototypes ********** -void initStandbyMode( void ); // initialize this module -void transitionToStandbyMode( void ); // prepares for transition to standby mode -void execStandbyMode( void ); // execute the standby mode state machine (call from OperationModes) +void initStandbyMode( void ); // initialize this module +void transitionToStandbyMode( void ); // prepares for transition to standby mode +void execStandbyMode( void ); // execute the standby mode state machine (call from OperationModes) #endif