config: define USB_ENABLE_IAP

iap is only enabled for idevices.
it will not work without apple vendor id anyway.

Change-Id: I1696dbc8a2304fc5eecc5432b4c52e25801c468e
This commit is contained in:
mojyack 2025-12-19 17:21:18 +09:00 committed by Solomon Peachy
parent 6d699f08f4
commit 2b9e4a8d70

View file

@ -1396,6 +1396,10 @@ Lyre prototype 1 */
#define USB_ENABLE_AUDIO #define USB_ENABLE_AUDIO
#endif #endif
#if defined(USB_HAS_INTERRUPT) && defined(USB_HAS_ISOCHRONOUS) && USB_VENDOR_ID == 0x05ac
#define USB_ENABLE_IAP
#endif
#endif /* BOOTLOADER */ #endif /* BOOTLOADER */
#endif /* HAVE_USBSTACK */ #endif /* HAVE_USBSTACK */