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 2782dd1 commit f9db547Copy full SHA for f9db547
libraries/FreeRTOS/src/variantHooks.cpp
@@ -59,7 +59,7 @@ volatile bool __usbInitted = false;
59
60
static void __core0(void *params) {
61
(void) params;
62
-#ifndef NO_USB
+#if !defined(NO_USB) && !defined(USE_TINYUSB)
63
while (!__usbInitted) {
64
delay(1);
65
}
@@ -81,7 +81,7 @@ static void __core0(void *params) {
81
82
static void __core1(void *params) {
83
84
85
86
87
0 commit comments