1
0
forked from fsfw/fsfw

some linux mutex tweaks

This commit is contained in:
2020-05-27 11:41:36 +02:00
parent be4ac0bc8f
commit f6ae0348cb
2 changed files with 7 additions and 1 deletions

View File

@ -2,7 +2,11 @@
#define OS_RTEMS_MUTEX_H_
#include <framework/ipc/MutexIF.h>
extern "C" {
#include <pthread.h>
}
class Mutex : public MutexIF {
public: