aboutsummaryrefslogtreecommitdiff
path: root/locks.c
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2017-04-25 22:14:49 -0400
committerPaul Selkirk <paul@psgd.org>2017-04-25 22:14:49 -0400
commit18c297c5f88681236aec2537f7e7f2d9b50fcd7e (patch)
tree7dbbfa8c1f144e8c30cff8084f69f9efe47df217 /locks.c
parent22a58216681df01d20cfa0a5cfc5c49d15e6c606 (diff)
adapt to the new experimental tasking system
Diffstat (limited to 'locks.c')
-rw-r--r--locks.c5
1 files changed, 5 insertions, 0 deletions
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