Correct include path to #include "common/tusb_fifo.h"

This commit is contained in:
Reinhard Panhuber
2021-01-18 17:38:32 +01:00
parent 15152b62ce
commit 595a88b34c

View File

@@ -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