From 31bf73517e91b4c25c34b8651064602f5adbef3e Mon Sep 17 00:00:00 2001 From: Reinhard Panhuber Date: Thu, 18 Feb 2021 20:16:57 +0100 Subject: [PATCH] Add #include "osal/osal.h" in tu_fifo.h --- src/common/tusb_fifo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/tusb_fifo.h b/src/common/tusb_fifo.h index eb88538ef..e56bcb844 100644 --- a/src/common/tusb_fifo.h +++ b/src/common/tusb_fifo.h @@ -47,6 +47,7 @@ #include #include +#include "osal/osal.h" #ifdef __cplusplus extern "C" {