removed unused set burn ack

This commit is contained in:
Mikayla Fischler 2024-08-27 23:03:42 -04:00
parent c299dce8ef
commit 0f40c1d7f2
2 changed files with 1 additions and 2 deletions

View File

@ -630,7 +630,7 @@ function coordinator.comms(version, nic, sv_watchdog)
elseif cmd == UNIT_COMMAND.RESET_RPS then
unit.reset_rps_ack(ack)
elseif cmd == UNIT_COMMAND.SET_BURN then
unit.set_burn_ack(ack)
-- this also doesn't exist
elseif cmd == UNIT_COMMAND.SET_WASTE then
-- updated by unit updates
elseif cmd == UNIT_COMMAND.ACK_ALL_ALARMS then

View File

@ -199,7 +199,6 @@ function iocontrol.init(conf, comms, temp_scale, energy_scale)
scram_ack = __generic_ack,
reset_rps_ack = __generic_ack,
ack_alarms_ack = __generic_ack,
set_burn_ack = __generic_ack,
alarm_callbacks = {
c_breach = { ack = function () ack(1) end, reset = function () reset(1) end },