mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Norman Feske
parent
e83849cf99
commit
6a3368ee27
@@ -53,8 +53,7 @@ namespace Genode
|
||||
/**
|
||||
* Count down 'value', raise IRQ output, wrap counter and continue
|
||||
*/
|
||||
void run_and_wrap(unsigned long value) {
|
||||
start_one_shot(value); }
|
||||
void run_and_wrap(unsigned long value) { _start_one_shot(value); }
|
||||
|
||||
/**
|
||||
* Maximum timeout value
|
||||
|
||||
Reference in New Issue
Block a user