Index: App/Contollers/Buttons.h =================================================================== diff -u -r765d2c35118e202444e737c66c77faf9678cc87e -r9ff8753b0d546369f99230b572454a8e38b0705a --- App/Contollers/Buttons.h (.../Buttons.h) (revision 765d2c35118e202444e737c66c77faf9678cc87e) +++ App/Contollers/Buttons.h (.../Buttons.h) (revision 9ff8753b0d546369f99230b572454a8e38b0705a) @@ -1,18 +1,18 @@ /*********************************************************************** -* -* Copyright Diality, Inc. 2019-2020. All Rights Reserved. -* 181 Technology, Ste. 150 -* Irvine, CA 92618 -* -* Project Denali -* -* @file Buttons.h -* -* @brief Buttons header file. -* -* @date 20-Sep-2019 -* -*************************************************************************/ + * + * Copyright (c) 2019-2019 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 Buttons.h + * + * @date 20-Sep-2019 + * @author S. Nash + * + * @brief Buttons header file. + * + *************************************************************************/ #ifndef __BUTTONS_H__ #define __BUTTONS_H__ @@ -23,9 +23,9 @@ typedef enum Buttons { - BUTTON_OFF = 0, // Off button - BUTTON_STOP, // Stop button - NUM_OF_BUTTONS + BUTTON_OFF = 0, // Off button + BUTTON_STOP, // Stop button + NUM_OF_BUTTONS } BUTTON_T; // ********** public function prototypes ********** @@ -35,5 +35,6 @@ BOOL isStopButtonPressed( void ); BOOL isButtonPressedRaw( BUTTON_T button ); void userConfirmOffButton( void ); +SELF_TEST_STATUS_T execStuckButtonTest( void ); #endif