commit | 4ae3b9e415ce8d0591e2e553cd508fa3e5c033d4 | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed@tanous.net> | Wed Feb 14 08:54:03 2024 -0800 |
committer | Ed Tanous <ed@tanous.net> | Mon Mar 04 18:45:23 2024 +0000 |
tree | eeb215c076da64dcc9109de83a56b350d5cf866c | |
parent | 4f143285cb6d4ef5bba5a6695c3a5d39b3074e09 [diff] |
Make timer a member variable Having non const global variables is an anti-pattern. Given that this timer is channel specific, we really should have a timer per channel. Change-Id: I91388571c4718e7ebdbf6cdb878307fb03a5327b Signed-off-by: Ed Tanous <ed@tanous.net>