Index: firmware/App/Modes/SelfTests.c =================================================================== diff -u -rd37f31cff6c20085953ecb598558e4d91e42f0af -r43a84133216095b12529dbfcc957bb3738bbc3a2 --- firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision d37f31cff6c20085953ecb598558e4d91e42f0af) +++ firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 43a84133216095b12529dbfcc957bb3738bbc3a2) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2019-2022 Diality Inc. - All Rights Reserved. +* Copyright (c) 2021-2022 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file SelfTests.c * -* @author (last) Dara Navaei -* @date (last) 04-Jan-2022 +* @author (last) Hung Nguyen +* @date (last) 15-Feb-2022 * * @author (original) Quang Nguyen * @date (original) 28-Jan-2021 @@ -396,7 +396,6 @@ switch ( currentDrySelfTestsState ) { case DRY_SELF_TESTS_START_STATE: - if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_DRY_SELF_TESTS ) ) { // TODO: Remove once dry self-test is ready to use