Index: App/Modes/ModePrescription.c =================================================================== diff -u -r894b734327eb6e7cfa6bf651623576bc10214195 -r3323966fe741edbb36dffc78317ccf06ed93a68e --- App/Modes/ModePrescription.c (.../ModePrescription.c) (revision 894b734327eb6e7cfa6bf651623576bc10214195) +++ App/Modes/ModePrescription.c (.../ModePrescription.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 ModePrescription.c * - * @brief Top-level state machine for the prescription mode. - * * @date 19-Sep-2019 + * @author S. Nash * - *************************************************************************/ + * @brief Top-level state machine for the prescription mode. + * + **************************************************************************/ +#include +#include #include "Common.h" -#include "AlarmLamp.h" -#include "Buttons.h" #include "OperationModes.h" #include "ModePrescription.h" @@ -50,7 +50,7 @@ void transitionToPrescriptionMode( void ) { // temporary test code - alarm lamp Off - RequestLampPattern( LAMP_PATTERN_OFF ); + requestAlarmLampPattern( LAMP_PATTERN_OFF ); } /*************************************************************************