luacheck fix and cleanup

This commit is contained in:
Mikayla Fischler
2024-04-28 13:08:16 -04:00
parent 165d1497f8
commit d35b824458
6 changed files with 20 additions and 18 deletions

View File

@ -13,7 +13,7 @@ local print = util.print
local println = util.println
-- list of inverted digital signals<br>
-- just using the key for a quick lookup, value need to be not nil
-- only using the key for a quick lookup, value just can't be nil
local DIG_INV = {
[IO.F_SCRAM] = 0,
[IO.R_SCRAM] = 0,