diff options
| author | Reinhard Panhuber <[email protected]> | 2021-01-18 17:38:32 +0100 |
|---|---|---|
| committer | Reinhard Panhuber <[email protected]> | 2021-01-18 17:38:32 +0100 |
| commit | 595a88b34c700bfdb5bf2db04c731de06a995f5f (patch) | |
| tree | 13e932666284c84a2a507f0dff854a6edb3f678b | |
| parent | 15152b62ce363a44bc748859f9d09ef21216790c (diff) | |
Correct include path to #include "common/tusb_fifo.h"
| -rw-r--r-- | src/portable/st/synopsys/dcd_synopsys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/st/synopsys/dcd_synopsys.c b/src/portable/st/synopsys/dcd_synopsys.c index 49345869e..5f9dc267b 100644 --- a/src/portable/st/synopsys/dcd_synopsys.c +++ b/src/portable/st/synopsys/dcd_synopsys.c @@ -28,7 +28,7 @@ */ #include "tusb_option.h" -#include "tusb_fifo.h" +#include "common/tusb_fifo.h" // Since TinyUSB doesn't use SOF for now, and this interrupt too often (1ms interval) // We disable SOF for now until needed later on |
