From b2386405b995ecb0b57addf743a128ee3c5b0a35 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Mon, 23 Aug 2021 09:38:29 -0400 Subject: [PATCH] xduoox3: Disable bootloader USB mode entirely It's not yet working and because all storage is removable (and the OF works fine) it's of limited utility aynway. Change-Id: I8a6a59ac16503d0f4574c3934f473cac54e86858 --- firmware/export/config/xduoox3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/export/config/xduoox3.h b/firmware/export/config/xduoox3.h index 6cc1aa2e57..ea86e60d59 100644 --- a/firmware/export/config/xduoox3.h +++ b/firmware/export/config/xduoox3.h @@ -185,7 +185,7 @@ /* enable these for the experimental usb stack */ #define HAVE_USBSTACK -#define HAVE_BOOTLOADER_USB_MODE +//#define HAVE_BOOTLOADER_USB_MODE /* Connect by events, not by tick polling */ #define USB_STATUS_BY_EVENT