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:
parent
64434feea4
commit
68c9a60348
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user