CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/17 17:12:08
Modified files:
sys/dev/sbus : magmareg.h magma.c
Log message:
magma(4): timeout_add(9) -> timeout_add_msec(9)
Remove the tick conversion stuff and use timeout_add_msec(9) directly.
Compile-tested by kn@.
ok kn@
