Skip to content

Commit 173e452

Browse files
committed
clang format
1 parent 5ae850b commit 173e452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/arduino/ports/ch32/Adafruit_TinyUSB_ch32.cpp

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

2525
#include "tusb_option.h"
2626

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

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

0 commit comments

Comments
 (0)