1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +03:00

Disable MSC if BLACKBOX is disabled

This commit is contained in:
Dominic Clifton 2019-05-12 21:53:43 +09:00 committed by jflyper
parent 31a059d4d5
commit 64bbe6fa12

View file

@ -236,6 +236,10 @@
#endif
#endif
#ifndef USE_BLACKBOX
#undef USE_USB_MSC
#endif
#if (!defined(USE_FLASHFS) || !defined(USE_RTC_TIME) || !defined(USE_USB_MSC))
#undef USE_PERSISTENT_MSC_RTC
#endif