Skip to content

Commit 46ccc94

Browse files
committed
vminmax: cleanup
1 parent 11eb26b commit 46ccc94

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vminmax_simple.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ local maxId = addChannel('VMax', 5, 0, 0, 200, 'mph')
2222

2323
-- recorded values
2424
local vs = {}
25-
-- we record a value every TICKS/FREQUENCY counts.
26-
local tick_count = 0
2725

2826
-- local min/max calculation.
2927
-- Returns signalId and value to update it to.

0 commit comments

Comments
 (0)