Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
21km43 committed Sep 25, 2024
1 parent ddf059a commit f54331b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/arduino/ports/ch32/Adafruit_TinyUSB_ch32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

#include "tusb_option.h"

#if CFG_TUD_ENABLED && (defined(ARDUINO_ARCH_CH32) || defined(CH32V20x) || \
defined(CH32V30x) || defined(CH32X035) || \
defined(CH32L10x))
#if CFG_TUD_ENABLED && \
(defined(ARDUINO_ARCH_CH32) || defined(CH32V20x) || defined(CH32V30x) || \
defined(CH32X035) || defined(CH32L10x))

#include "Arduino.h"
#include "arduino/Adafruit_USBD_Device.h"
Expand Down

0 comments on commit f54331b

Please sign in to comment.