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