message queue adaptions for calls from ISR
functions moved to top binary sempahore file init mutex return values
This commit is contained in:
@ -7,8 +7,10 @@
|
||||
#include <FreeRTOS.h>
|
||||
#include "semphr.h"
|
||||
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* @ingroup osal
|
||||
*/
|
||||
class Mutex : public MutexIF {
|
||||
public:
|
||||
Mutex();
|
||||
|
Reference in New Issue
Block a user