fixed PLC mqueue typo and removed unused mq_main

This commit is contained in:
Mikayla Fischler 2022-04-27 12:27:15 -04:00
parent 68011d6734
commit 1ba5c7f828
2 changed files with 1 additions and 3 deletions

View File

@ -57,9 +57,8 @@ local __shared_memory = {
-- message queues
q = {
mq_main = mqueue.new(),
mq_iss = mqueue.new(),
mq_comms = mqeuue.new()
mq_comms = mqeueu.new()
}
}

View File

@ -1,6 +1,5 @@
-- #REQUIRES comms.lua
-- #REQUIRES ppm.lua
-- #REQUIRES plc.lua
-- #REQUIRES util.lua
local print = util.print