Index: firmware/App/Modes/SelfTests.h =================================================================== diff -u -r5aa849db64ae79141d3c2dafc3f389761f3fe209 -rcd5be724d5a3ba7457e761191d82f278654d7f5c --- firmware/App/Modes/SelfTests.h (.../SelfTests.h) (revision 5aa849db64ae79141d3c2dafc3f389761f3fe209) +++ firmware/App/Modes/SelfTests.h (.../SelfTests.h) (revision cd5be724d5a3ba7457e761191d82f278654d7f5c) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2021-2023 Diality Inc. - All Rights Reserved. +* Copyright (c) 2021-2024 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.h * -* @author (last) Dara Navaei -* @date (last) 09-Mar-2022 +* @author (last) Sean Nash +* @date (last) 01-Sep-2023 * * @author (original) Quang Nguyen * @date (original) 28-Jan-2021 @@ -49,7 +49,6 @@ void initSelfTests( void ); void signalResumeSelfTests( void ); -void signalStopSelfTests( void ); void transitionToNoCartSelfTests(); void execNoCartSelfTests( void );