summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorReinhard Panhuber <[email protected]>2021-02-25 11:18:37 +0100
committerReinhard Panhuber <[email protected]>2021-02-25 11:18:37 +0100
commitcc948288bd0a56457ffdc521e34bbc71ecbec40a (patch)
tree1e4d6666030dcfdc0a4dcbc9f79559deaa64b377 /src
parent5ebe53f02da9f85e1830b845c92253369c311e37 (diff)
Revert tusb_fifo.h include form to original.
Diffstat (limited to 'src')
-rw-r--r--src/common/tusb_fifo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/tusb_fifo.h b/src/common/tusb_fifo.h
index 8cc448db0..2cab2abf8 100644
--- a/src/common/tusb_fifo.h
+++ b/src/common/tusb_fifo.h
@@ -53,7 +53,6 @@ extern "C" {
#endif
#if CFG_FIFO_MUTEX
-#include "osal/osal.h"
#define tu_fifo_mutex_t osal_mutex_t
#endif