Index: App/Modes/ModeStandby.c =================================================================== diff -u -r894b734327eb6e7cfa6bf651623576bc10214195 -r3323966fe741edbb36dffc78317ccf06ed93a68e --- App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 894b734327eb6e7cfa6bf651623576bc10214195) +++ App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 3323966fe741edbb36dffc78317ccf06ed93a68e) @@ -1,22 +1,22 @@ -/************************************************************************* +/************************************************************************** * - * Copyright Diality, Inc. 2019-2020. All Rights Reserved. - * 181 Technology, Ste. 150 - * Irvine, CA 92618 + * Copyright (c) 2019-2019 Diality Inc. - All Rights Reserved. * - * Project Denali + * 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 ModeStandby.c * - * @brief Top-level state machine for the standby mode. - * * @date 19-Sep-2019 + * @author S. Nash * - *************************************************************************/ + * @brief Top-level state machine for the standby mode. + * + **************************************************************************/ +#include +#include #include "Common.h" -#include "AlarmLamp.h" -#include "Buttons.h" #include "OperationModes.h" #include "ModeStandby.h" @@ -49,7 +49,7 @@ void transitionToStandbyMode( void ) { // temporary test code - alarm lamp OK - RequestLampPattern( LAMP_PATTERN_OK ); + requestAlarmLampPattern( LAMP_PATTERN_OK ); } /*************************************************************************