Skip to content

Commit 6d2fd4a

Browse files
Fix formatting
1 parent 1e683f3 commit 6d2fd4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/arduino/ports/rp2040/Adafruit_TinyUSB_rp2040.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ extern "C" {
4545

4646
// SDK >= 1.4.0 need to dynamically request the IRQ to avoid conflicts
4747
#if (PICO_SDK_VERSION_MAJOR * 100 + PICO_SDK_VERSION_MINOR) < 104
48-
#define USB_TASK_IRQ 31
48+
#define USB_TASK_IRQ 31
4949
#else
50-
static unsigned int USB_TASK_IRQ;
50+
static unsigned int USB_TASK_IRQ;
5151
#endif
5252

5353
//--------------------------------------------------------------------+

0 commit comments

Comments
 (0)