1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00
This commit is contained in:
jflyper 2018-04-13 02:31:18 +09:00
parent 3983902efb
commit 17f0554cad
2 changed files with 2 additions and 2 deletions

View file

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

View file

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