1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00

Added USB disconnect pulse for F4 / F7.

This commit is contained in:
mikeller 2017-02-19 16:18:55 +13:00 committed by Dominic Clifton
parent 9515088a98
commit ca67cf1990
20 changed files with 18 additions and 108 deletions

View file

@ -488,7 +488,7 @@ void init(void)
}
#endif
#ifdef USB_CABLE_DETECTION
#ifdef USB_DETECT_PIN
usbCableDetectInit();
#endif