REF clean up processor

This commit is contained in:
Nathan Dwarshuis 2021-07-17 16:48:22 -04:00
parent 36c23df114
commit d80cab717e
1 changed files with 4 additions and 4 deletions

View File

@ -29,9 +29,10 @@ end
local TABLE_CONKY = {} local TABLE_CONKY = {}
for r = 1, NUM_ROWS do for r = 1, NUM_ROWS do
TABLE_CONKY[r] = {} TABLE_CONKY[r] = {
TABLE_CONKY[r].pid = '${top pid '..r..'}' pid = '${top pid '..r..'}',
TABLE_CONKY[r].cpu = '${top cpu '..r..'}' cpu = '${top cpu '..r..'}'
}
end end
local _MODULE_Y_ = 614 local _MODULE_Y_ = 614
@ -189,7 +190,6 @@ local _read_hwp = function()
end end
end end
-- _MODULE_Y_ = nil -- _MODULE_Y_ = nil
-- _DIAL_INNER_RADIUS_ = nil -- _DIAL_INNER_RADIUS_ = nil
-- _DIAL_OUTER_RADIUS_ = nil -- _DIAL_OUTER_RADIUS_ = nil