We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f925438 commit 91a2a02Copy full SHA for 91a2a02
cores/arduino/stm32/usb/usbd_if.c
@@ -104,7 +104,7 @@
104
#define USBD_PULLUP_CONTROL_PINNAME digitalPinToPinName(USBD_DETACH_PIN)
105
#define USBD_ATTACH_LEVEL !(USBD_DETACH_LEVEL)
106
#elif !defined(USBD_HAVE_INTERNAL_PULLUPS) || defined(USBD_FIXED_PULLUP)
107
- /* When no USB attach and detach pins were defined, and there are also
+ /* When no USB attach and detach pins were defined, and there are also
108
* no internal pullups, assume there is a fixed external pullup and apply
109
* the D+ trick. Also do this when there are internal *and* external
110
* pulups (which is a hardware bug, but there are boards out there with
0 commit comments