restructure

This commit is contained in:
kepler155c@gmail.com
2019-10-30 22:49:30 -06:00
parent ad447f36b5
commit e5a5f76fb3
14 changed files with 276 additions and 2154 deletions

View File

@@ -39,7 +39,7 @@ local function setModem(dev)
end
end
-- create a psuedo-device named 'wireleess_modem'
-- create a psuedo-device named 'wireless_modem'
kernel.hook('device_attach', function(_, eventData)
local dev = device[eventData[1]]
if dev and dev.type == 'modem' then