diff options
| author | Reinhard Panhuber <[email protected]> | 2021-02-25 11:18:37 +0100 |
|---|---|---|
| committer | Reinhard Panhuber <[email protected]> | 2021-02-25 11:18:37 +0100 |
| commit | cc948288bd0a56457ffdc521e34bbc71ecbec40a (patch) | |
| tree | 1e4d6666030dcfdc0a4dcbc9f79559deaa64b377 /src | |
| parent | 5ebe53f02da9f85e1830b845c92253369c311e37 (diff) | |
Revert tusb_fifo.h include form to original.
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/tusb_fifo.h | 1 |
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 |
