We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f898cca commit 4f81112Copy full SHA for 4f81112
src/tusb_config.h
@@ -40,7 +40,8 @@
40
41
#elif defined(ARDUINO_ARCH_ESP32)
42
// For consistency: use the BSP sdk/include/arduino_tinyusb/include/tusb_config.h
43
- #include <tusb_config.h>
+ // Note: platformio prioritize this file over the one in BSP, include BSP one is required
44
+ #include "../../arduino_tinyusb/include/tusb_config.h"
45
46
#else
47
#error TinyUSB Arduino Library does not support your core yet
0 commit comments