diff options
| author | hathach <[email protected]> | 2018-11-02 17:28:07 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-11-02 17:28:07 +0700 |
| commit | f6076b0e0621b13f8d76f51dc703024347af00f3 (patch) | |
| tree | d11114dd256572a09a6bcebc9f9b9dd3b1dfbb65 /src/common/tusb_common.h | |
| parent | 2708632a6a65e467cae131ce38082d6a45a837d0 (diff) | |
add mutex support (optional) for tu_fifo
Diffstat (limited to 'src/common/tusb_common.h')
| -rw-r--r-- | src/common/tusb_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/tusb_common.h b/src/common/tusb_common.h index 85bd15d43..3c5402e59 100644 --- a/src/common/tusb_common.h +++ b/src/common/tusb_common.h @@ -66,7 +66,6 @@ #include "tusb_verify.h"
#include "binary.h"
#include "tusb_error.h"
-#include "tusb_fifo.h"
#include "tusb_timeout.h"
#include "tusb_types.h"
|
