mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
fixed PLC mqueue typo and removed unused mq_main
This commit is contained in:
parent
68011d6734
commit
1ba5c7f828
@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
-- #REQUIRES comms.lua
|
||||
-- #REQUIRES ppm.lua
|
||||
-- #REQUIRES plc.lua
|
||||
-- #REQUIRES util.lua
|
||||
|
||||
local print = util.print
|
||||
|
Loading…
Reference in New Issue
Block a user