aboutsummaryrefslogtreecommitdiff
path: root/locks.c
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2017-05-25 16:09:46 -0400
committerPaul Selkirk <paul@psgd.org>2017-05-25 16:09:46 -0400
commitc6543a796c8b560b06cb1d53fad9ffa3906df111 (patch)
treec90f8a3057a6ed514721abdbd1afbec3e5558d2b /locks.c
parent052a0781ec41780b534aca749540ed5b939a721a (diff)
Add task_yield_maybe
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 9b81769..72af43b 100644
--- a/locks.c
+++ b/locks.c
@@ -106,6 +106,11 @@ WEAK_FUNCTION void hal_task_yield(void)
return;
}
+WEAK_FUNCTION void hal_task_yield_maybe(void)
+{
+ return;
+}
+
/*
* Local variables:
* indent-tabs-mode: nil