From cc948288bd0a56457ffdc521e34bbc71ecbec40a Mon Sep 17 00:00:00 2001 From: Reinhard Panhuber Date: Thu, 25 Feb 2021 11:18:37 +0100 Subject: [PATCH] Revert tusb_fifo.h include form to original. --- src/common/tusb_fifo.h | 1 - 1 file changed, 1 deletion(-) 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