1
0
forked from fsfw/fsfw

taken over freeRTOS changes

This commit is contained in:
2020-12-14 11:19:05 +01:00
parent 073cd4f5e1
commit 620c9c6ae1
13 changed files with 30 additions and 26 deletions

View File

@ -1,10 +1,11 @@
#ifndef FSFW_OSAL_FREERTOS_MESSAGEQUEUE_H_
#define FSFW_OSAL_FREERTOS_MESSAGEQUEUE_H_
#include "TaskManagement.h"
#include "../../internalError/InternalErrorReporterIF.h"
#include "../../ipc/MessageQueueIF.h"
#include "../../ipc/MessageQueueMessageIF.h"
#include "../../osal/FreeRTOS/TaskManagement.h"
#include <freertos/FreeRTOS.h>
#include <freertos/queue.h>