mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Oops
This commit is contained in:
parent
3983902efb
commit
17f0554cad
2 changed files with 2 additions and 2 deletions
|
@ -672,7 +672,7 @@ void init(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef USB_DETECT_PIN
|
||||
#ifdef USE_USB_DETECT
|
||||
usbCableDetectInit();
|
||||
#endif
|
||||
|
||||
|
|
|
@ -293,7 +293,7 @@ void init(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef USB_DETECT_PIN
|
||||
#ifdef USE_USB_DETECT
|
||||
usbCableDetectInit();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue