i hope this is correct
This commit is contained in:
parent
ad37848039
commit
20abb810f2
@ -1,7 +1,8 @@
|
||||
#include "Mutex.h"
|
||||
#include <framework/serviceinterface/ServiceInterfaceStream.h>
|
||||
|
||||
const uint32_t MutexIF::NO_TIMEOUT = RTEMS_NO_TIMEOUT;
|
||||
const uint32_t MutexIF::BLOCKING = RTEMS_NO_TIMEOUT;
|
||||
const uint32_t MutexIF::POLLING = RTEMS_NO_WAIT;
|
||||
uint8_t Mutex::count = 0;
|
||||
|
||||
Mutex::Mutex() :
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user