CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/09 21:13:31
Modified files:
sys/arch/macppc/dev: xlights.c
Log message:
xlights(4): timeout_add(9) -> timeout_add_msec(9)
There are no units noted here, but macppc is a 100hz platform so it's safe
to just assume 2500 milliseconds here.
ok jsg@
