summaryrefslogtreecommitdiff
path: root/core/host/task.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/host/task.c')
-rw-r--r--core/host/task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/host/task.c b/core/host/task.c
index fa853dce60..36996784af 100644
--- a/core/host/task.c
+++ b/core/host/task.c
@@ -185,7 +185,7 @@ void task_trigger_test_interrupt(void (*isr)(void))
pthread_mutex_unlock(&interrupt_lock);
}
-void interrupt_generator_udelay(unsigned us)
+void interrupt_generator_udelay(unsigned int us)
{
generator_sleep_deadline.val = get_time().val + us;
generator_sleeping = 1;