1
0
forked from fsfw/fsfw

linux update

This commit is contained in:
2020-12-14 21:46:33 +01:00
parent e06b15cb9c
commit 336b43572f
11 changed files with 32 additions and 24 deletions

View File

@ -1,10 +1,9 @@
#ifndef OS_LINUX_MUTEX_H_
#define OS_LINUX_MUTEX_H_
#ifndef FSFW_OSAL_LINUX_MUTEX_H_
#define FSFW_OSAL_LINUX_MUTEX_H_
#include "../../ipc/MutexIF.h"
#include <pthread.h>
class Mutex : public MutexIF {
public:
Mutex();