REF clean up processor
This commit is contained in:
parent
36c23df114
commit
d80cab717e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue