diff options
| author | hathach <[email protected]> | 2021-03-10 17:21:59 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-03-10 17:21:59 +0700 |
| commit | e864bda6272485a33398ebf0f139607bf244f237 (patch) | |
| tree | c9ebcb43f75660001ba0151f8f26448d247ef077 /src/common | |
| parent | 794083b647d1e591fcdba441da56b6f7646ae573 (diff) | |
fix build with freertos
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_fifo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/tusb_fifo.h b/src/common/tusb_fifo.h index 6e0ecdc82..0276c8044 100644 --- a/src/common/tusb_fifo.h +++ b/src/common/tusb_fifo.h @@ -53,6 +53,7 @@ extern "C" { #endif #if CFG_FIFO_MUTEX +#include "osal/osal.h" #define tu_fifo_mutex_t osal_mutex_t #endif |
