From 1d7ff3bda9b6cbd15deadc1b440d9c02113beec6 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Thu, 2 Jan 2020 13:40:19 +0100 Subject: change naming of functions scheduling timer irq for a specified time from now --- demo_functionality.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demo_functionality.c') diff --git a/demo_functionality.c b/demo_functionality.c index a2d8550..1ef91a1 100644 --- a/demo_functionality.c +++ b/demo_functionality.c @@ -126,7 +126,7 @@ void demo_go_unprivileged(void) puts("All ready, jumping to PL0 code"); - armclk_set_timer_match_timeout(0x00100000); + armclk_irq_settimeout(0x00100000); asm volatile("cps %[sysmode]\n\r" "mov sp, %[stackaddr]\n\r" -- cgit v1.2.3