Exclude #include "osal/osal.h" for OPT_OS_NONE

This commit is contained in:
Reinhard Panhuber 2021-02-18 20:52:57 +01:00
parent 31bf73517e
commit 8904874f76
1 changed files with 1 additions and 1 deletions

View File

@ -47,13 +47,13 @@
#include <stdint.h>
#include <stdbool.h>
#include "osal/osal.h"
#ifdef __cplusplus
extern "C" {
#endif
#if CFG_FIFO_MUTEX
#include "osal/osal.h"
#define tu_fifo_mutex_t osal_mutex_t
#endif