Index: App/Modes/ModeInitPOST.c =================================================================== diff -u -r894b734327eb6e7cfa6bf651623576bc10214195 -radd7eb956a7d2c124434541e1f06ca5ae158716f --- App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 894b734327eb6e7cfa6bf651623576bc10214195) +++ App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision add7eb956a7d2c124434541e1f06ca5ae158716f) @@ -51,7 +51,7 @@ void transitionToInitAndPOSTMode( void ) { // temporary test code - solid red alarm lamp - RequestLampPattern( LAMP_PATTERN_MANUAL ); + requestAlarmLampPattern( LAMP_PATTERN_MANUAL ); setCPLDLampRed( PIN_SIGNAL_HIGH ); }