1
0
forked from fsfw/fsfw

i hope this is correct

This commit is contained in:
2020-06-08 14:11:38 +02:00
parent ad37848039
commit 20abb810f2
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#ifndef OS_RTEMS_MUTEX_H_
#define OS_RTEMS_MUTEX_H_
#ifndef FRAMEWORK_OSAL_RTEMS_MUTEX_H_
#define FRAMEWORK_OSAL_RTEMS_MUTEX_H_
#include <framework/ipc/MutexIF.h>
#include "RtemsBasic.h"