CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/21 02:12:35
Modified files:
sys/arch/sparc64/dev: led.c
Log message:
Use timeout_add_msec(9)
The current code wants to wait 1/100 [s] = 10 [ms] but at least one tick,
that's exactly what the millisecond version provides.
OK cheloha mpi claudio
