From 87bf843beffe92f7f535609cb83fcb4378f952be Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Mon, 18 May 2020 19:19:50 +0200 Subject: [PATCH] binary semaphore IF init --- tasks/SemaphoreIF.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tasks/SemaphoreIF.h diff --git a/tasks/SemaphoreIF.h b/tasks/SemaphoreIF.h new file mode 100644 index 00000000..babac05a --- /dev/null +++ b/tasks/SemaphoreIF.h @@ -0,0 +1,8 @@ +#ifndef FRAMEWORK_TASKS_SEMAPHOREIF_H_ +#define FRAMEWORK_TASKS_SEMAPHOREIF_H_ + + + + + +#endif /* FRAMEWORK_TASKS_SEMAPHOREIF_H_ */