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>
1 file changed