Index: App/Contollers/Buttons.h =================================================================== diff -u -r765d2c35118e202444e737c66c77faf9678cc87e -r894b734327eb6e7cfa6bf651623576bc10214195 --- App/Contollers/Buttons.h (.../Buttons.h) (revision 765d2c35118e202444e737c66c77faf9678cc87e) +++ App/Contollers/Buttons.h (.../Buttons.h) (revision 894b734327eb6e7cfa6bf651623576bc10214195) @@ -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 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 + * + *************************************************************************/ #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 **********