mirror of
https://github.com/hathach/tinyusb.git
synced 2026-02-23 02:25:46 +00:00
Correct include path to #include "common/tusb_fifo.h"
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user