Skip to content

Commit 91a2a02

Browse files
authored
Fix astyle issue
1 parent f925438 commit 91a2a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/stm32/usb/usbd_if.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
#define USBD_PULLUP_CONTROL_PINNAME digitalPinToPinName(USBD_DETACH_PIN)
105105
#define USBD_ATTACH_LEVEL !(USBD_DETACH_LEVEL)
106106
#elif !defined(USBD_HAVE_INTERNAL_PULLUPS) || defined(USBD_FIXED_PULLUP)
107-
/* When no USB attach and detach pins were defined, and there are also
107+
/* When no USB attach and detach pins were defined, and there are also
108108
* no internal pullups, assume there is a fixed external pullup and apply
109109
* the D+ trick. Also do this when there are internal *and* external
110110
* pulups (which is a hardware bug, but there are boards out there with

0 commit comments

Comments
 (0)