removed extern "C" for freertos includes
This commit is contained in:
@ -6,11 +6,8 @@
|
||||
#include <framework/ipc/MessageQueueMessage.h>
|
||||
#include <framework/osal/FreeRTOS/TaskManagement.h>
|
||||
|
||||
extern "C" {
|
||||
#include <freertos/FreeRTOS.h>
|
||||
#include <freertos/queue.h>
|
||||
}
|
||||
|
||||
|
||||
// TODO: this class assumes that MessageQueueId_t is the same size as void*
|
||||
// (the FreeRTOS handle type), compiler will catch this but it might be nice
|
||||
@ -164,11 +161,7 @@ public:
|
||||
MessageQueueId_t getId() const;
|
||||
|
||||
/**
|
||||
<<<<<<< HEAD
|
||||
* \brief This method is a simple setter for the default destination.
|
||||
=======
|
||||
* @brief This method is a simple setter for the default destination.
|
||||
>>>>>>> mueller_BinSempahInterface
|
||||
*/
|
||||
void setDefaultDestination(MessageQueueId_t defaultDestination);
|
||||
/**
|
||||
|
Reference in New Issue
Block a user