diff options
Diffstat (limited to 'main.lua')
| -rw-r--r-- | main.lua | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -59,6 +59,11 @@ function Wilson.run(self) self.cq:wrap(pylon.run, pylon) print("now running pylon", pylonname) end + for busname, bus in pairs(self.busses) do + for _, channel in ipairs(bus) do + channel.pylon:add_channel(channel) + end + end print('toplevel',self.cq:loop()) end |
