Index: firmware/App/Modes/SelfTests.c =================================================================== diff -u -r6c1d6a3eaf065c2b2d537d9fef793d73ea328359 -r7f092a08a3271074a079042d2e8f1c700e9d6bc3 --- firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 6c1d6a3eaf065c2b2d537d9fef793d73ea328359) +++ firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 7f092a08a3271074a079042d2e8f1c700e9d6bc3) @@ -7,8 +7,8 @@ * * @file SelfTests.c * -* @author (last) Sean Nash -* @date (last) 02-Mar-2022 +* @author (last) Michael Garthwaite +* @date (last) 10-Mar-2022 * * @author (original) Quang Nguyen * @date (original) 28-Jan-2021 @@ -72,7 +72,6 @@ /// Multiplier to conver flow (mL/min) into volume (mL) for period of general task interval. static const F32 SELF_TEST_FLOW_INTEGRATOR = ( ( 1.0 * TASK_GENERAL_INTERVAL ) / ( SEC_PER_MIN * MS_PER_SECOND ) ); - // ********** private data ********** static NO_CART_SELF_TESTS_STATE_T currentNoCartSelfTestsState; ///< Current state of the no cartridge self-tests state machine.