Skip to content

Commit f54331b

Browse files
committed
clang
1 parent ddf059a commit f54331b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/arduino/ports/ch32/Adafruit_TinyUSB_ch32.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424

2525
#include "tusb_option.h"
2626

27-
#if CFG_TUD_ENABLED && (defined(ARDUINO_ARCH_CH32) || defined(CH32V20x) || \
28-
defined(CH32V30x) || defined(CH32X035) || \
29-
defined(CH32L10x))
27+
#if CFG_TUD_ENABLED && \
28+
(defined(ARDUINO_ARCH_CH32) || defined(CH32V20x) || defined(CH32V30x) || \
29+
defined(CH32X035) || defined(CH32L10x))
3030

3131
#include "Arduino.h"
3232
#include "arduino/Adafruit_USBD_Device.h"

0 commit comments

Comments
 (0)