aboutsummaryrefslogtreecommitdiff
path: root/locks.c
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2018-04-19 19:40:03 -0400
committerPaul Selkirk <paul@psgd.org>2018-04-19 19:40:03 -0400
commit110754870a5db73b064ae065b7927476c880b48a (patch)
treef082643a3fcf2cffc82b370955ac4426d7751741 /locks.c
parent34cf7ef55d66886757a36eb327dc3e22be54c918 (diff)
parentc6543a796c8b560b06cb1d53fad9ffa3906df111 (diff)
Merge branch 'profiling' into hashsig
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