mirror of
https://github.com/hathach/tinyusb.git
synced 2026-02-19 18:05:40 +00:00
Exclude #include "osal/osal.h" for OPT_OS_NONE
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user