]> oss.titaniummirror.com Git - rgblamp.git/commit
Remove unusable comment
authorR. Steve McKown <rsmckown@gmail.com>
Fri, 30 Dec 2011 20:25:05 +0000 (13:25 -0700)
committerR. Steve McKown <rsmckown@gmail.com>
Sat, 31 Dec 2011 19:47:13 +0000 (12:47 -0700)
commita0556afb8953ae458fb0fe7bcc68bde851f0e630
treeb52371f213d0d9df5213b8d2c6c127a5a448fcf7
parentce6d400970d36cfb7ec4e3a2c97470d547c7ed78
Remove unusable comment

Can never sleep in get_task() unless the system can wake up at the
next event.  In the case of buttons, this works fine.  In the case
of timers, the only possible wake-up is when a timer overflows.  This
means a new timer module.
task.c