Revert tusb_fifo.h include form to original.

This commit is contained in:
Reinhard Panhuber 2021-02-25 11:18:37 +01:00
parent 5ebe53f02d
commit cc948288bd
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ extern "C" {
#endif
#if CFG_FIFO_MUTEX
#include "osal/osal.h"
#define tu_fifo_mutex_t osal_mutex_t
#endif