summaryrefslogtreecommitdiff
path: root/firmware/export/config-fuze.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-fuze.h')
-rw-r--r--firmware/export/config-fuze.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-fuze.h b/firmware/export/config-fuze.h
index 4ca583ca60..def343c680 100644
--- a/firmware/export/config-fuze.h
+++ b/firmware/export/config-fuze.h
@@ -183,6 +183,8 @@
183#define HAVE_HOTSWAP 183#define HAVE_HOTSWAP
184#endif 184#endif
185 185
186#ifndef BOOTLOADER
187
186#define USB_HANDLED_BY_OF 188#define USB_HANDLED_BY_OF
187 189
188/* USB On-the-go */ 190/* USB On-the-go */
@@ -193,6 +195,8 @@
193#define USB_VENDOR_ID 0x0781 195#define USB_VENDOR_ID 0x0781
194#define USB_PRODUCT_ID 0x7423 196#define USB_PRODUCT_ID 0x7423
195 197
198#endif /* !BOOTLOADER */
199
196/* Define this if you have adjustable CPU frequency */ 200/* Define this if you have adjustable CPU frequency */
197#define HAVE_ADJUSTABLE_CPU_FREQ 201#define HAVE_ADJUSTABLE_CPU_FREQ
198 202