Index: firmware/App/Controllers/Heaters.c =================================================================== diff -u -r81cd7f8794002173ba1b8bb886d33a03ce3c6f83 -r4703ecb3194b11c65d33602940315f262ef7ac27 --- firmware/App/Controllers/Heaters.c (.../Heaters.c) (revision 81cd7f8794002173ba1b8bb886d33a03ce3c6f83) +++ firmware/App/Controllers/Heaters.c (.../Heaters.c) (revision 4703ecb3194b11c65d33602940315f262ef7ac27) @@ -333,7 +333,7 @@ // Check if the primary heaters' internal temperature is above the limit if ( primaryHeatersInternalTemp > HEATERS_MAX_ALLOWED_INTERNAL_TEMPERATURE_C ) { - SET_ALARM_WITH_1_U32_DATA( ALARM_ID_DG_PRIMARY_HEATERS_INTERNAL_TEMP_OUT_OF_RANGE, primaryHeatersInternalTemp ); + SET_ALARM_WITH_1_U32_DATA( ALARM_ID_DG_PRIMARY_HEATER_INTERNAL_TEMP_OUT_OF_RANGE, primaryHeatersInternalTemp ); // If it is above the range for the first time, stop the primary heaters // and set the variables