summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-08-23 09:38:29 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-08-26 11:59:01 -0400
commitb2386405b995ecb0b57addf743a128ee3c5b0a35 (patch)
tree2474e78b8b8005eb24a351bcc7788d2d77db5ec1
parent93c98606f188768202e889a27c8a39f71b4d2176 (diff)
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
-rw-r--r--firmware/export/config/xduoox3.h2
1 files changed, 1 insertions, 1 deletions
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