1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

* fixed a copy&paste error in hwtimer_arch.h

This commit is contained in:
Oleg Hahm 2013-03-07 16:33:33 +01:00
parent 64434feea4
commit 68c9a60348

View File

@ -41,8 +41,7 @@ void hwtimer_arch_disable_interrupt(void);
void hwtimer_arch_set(unsigned long offset, short timer);
/**
* Set a kernel timer to raise an interrupt after ::offset kernel timer ticks
* from now.
* Set a kernel timer to raise an interrupt at specified system time.
*/
void hwtimer_arch_set_absolute(unsigned long value, short timer);