mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Removed trailing whitespace
This commit is contained in:
parent
22e8a61a6f
commit
141b369667
97 changed files with 415 additions and 415 deletions
|
@ -66,7 +66,7 @@ bool usbCableIsInserted(void)
|
|||
void usbGenerateDisconnectPulse(void)
|
||||
{
|
||||
/* Pull down PA12 to create USB disconnect pulse */
|
||||
IO_t usbPin = IOGetByTag(IO_TAG(PA12));
|
||||
IO_t usbPin = IOGetByTag(IO_TAG(PA12));
|
||||
IOConfigGPIO(usbPin, IOCFG_OUT_OD);
|
||||
|
||||
IOHi(usbPin);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue