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 1e683f3 commit 6d2fd4aCopy full SHA for 6d2fd4a
src/arduino/ports/rp2040/Adafruit_TinyUSB_rp2040.cpp
@@ -45,9 +45,9 @@ extern "C" {
45
46
// SDK >= 1.4.0 need to dynamically request the IRQ to avoid conflicts
47
#if (PICO_SDK_VERSION_MAJOR * 100 + PICO_SDK_VERSION_MINOR) < 104
48
- #define USB_TASK_IRQ 31
+#define USB_TASK_IRQ 31
49
#else
50
- static unsigned int USB_TASK_IRQ;
+static unsigned int USB_TASK_IRQ;
51
#endif
52
53
//--------------------------------------------------------------------+
0 commit comments