Index: firmware/App/Controllers/Heaters.c =================================================================== diff -u -r5d82009d1baa2b52122065934481745bf4de223b -r9b468e9886795094503fd62e6b47829876d740a3 --- firmware/App/Controllers/Heaters.c (.../Heaters.c) (revision 5d82009d1baa2b52122065934481745bf4de223b) +++ firmware/App/Controllers/Heaters.c (.../Heaters.c) (revision 9b468e9886795094503fd62e6b47829876d740a3) @@ -343,7 +343,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