aboutsummaryrefslogtreecommitdiff
path: root/src/tasks.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tasks.c')
-rw-r--r--src/tasks.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/tasks.c b/src/tasks.c
index abc2add..27f8fb4 100644
--- a/src/tasks.c
+++ b/src/tasks.c
@@ -33,15 +33,6 @@ void task_stack_reg(TaskStack * ts, Task * t) {
void task_stack_unreg(TaskStack * ts, Task * t) {
}
-void init_mutex(Mutex * mtx, uint8_t flags) {
-};
-void take_mutex(Mutex * mtx) {
-};
-int8_t take_mutex_t(Mutex * mtx, uint16_t timeout) {
-};
-void give_mutex(Mutex * mtx) {
-};
-
#else /* CONFIG_IOE_TASKS */
int8_t task_delay_till(volatile int8_t * boolean, uint16_t timeout) {