removed definitions
This commit is contained in:
parent
a4626aeac0
commit
49a36d6fdc
@ -1,8 +1,6 @@
|
|||||||
#include "Mutex.h"
|
#include "Mutex.h"
|
||||||
#include "../../serviceinterface/ServiceInterfaceStream.h"
|
#include "../../serviceinterface/ServiceInterfaceStream.h"
|
||||||
|
|
||||||
const uint32_t MutexIF::BLOCKING = RTEMS_WAIT;
|
|
||||||
const uint32_t MutexIF::POLLING = RTEMS_NO_WAIT;
|
|
||||||
uint8_t Mutex::count = 0;
|
uint8_t Mutex::count = 0;
|
||||||
|
|
||||||
Mutex::Mutex() :
|
Mutex::Mutex() :
|
||||||
|
Loading…
Reference in New Issue
Block a user