From 18c297c5f88681236aec2537f7e7f2d9b50fcd7e Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Tue, 25 Apr 2017 22:14:49 -0400 Subject: adapt to the new experimental tasking system --- locks.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'locks.c') diff --git a/locks.c b/locks.c index 2165753..9b81769 100644 --- a/locks.c +++ b/locks.c @@ -101,6 +101,11 @@ WEAK_FUNCTION void hal_ks_unlock(void) return; } +WEAK_FUNCTION void hal_task_yield(void) +{ + return; +} + /* * Local variables: * indent-tabs-mode: nil -- cgit v1.2.3