Index: firmware/App/Modes/Prime.c =================================================================== diff -u -re65a2e67337ef5fff12de02db85ba101305fb006 -rab12c5e387a1a55675e13ad1e61a3dee7620f976 --- firmware/App/Modes/Prime.c (.../Prime.c) (revision e65a2e67337ef5fff12de02db85ba101305fb006) +++ firmware/App/Modes/Prime.c (.../Prime.c) (revision ab12c5e387a1a55675e13ad1e61a3dee7620f976) @@ -196,12 +196,12 @@ /*********************************************************************//** * @brief - * The isPrimingPassed function returns the status of prime mode. + * The isPrimingCompleted function returns the status of prime mode. * @details Inputs: none * @details Outputs: none * @return TRUE if prime has completed, otherwise FALSE *************************************************************************/ -BOOL isPrimingPassed( void ) +BOOL isPrimingCompleted( void ) { return isPrimeCompleted; }