summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansae200v2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansae200v2.h')
-rw-r--r--firmware/export/config/sansae200v2.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/firmware/export/config/sansae200v2.h b/firmware/export/config/sansae200v2.h
index 5694f0b9e2..dd235ee1a8 100644
--- a/firmware/export/config/sansae200v2.h
+++ b/firmware/export/config/sansae200v2.h
@@ -182,20 +182,16 @@
182#define HAVE_HOTSWAP 182#define HAVE_HOTSWAP
183#endif 183#endif
184 184
185#ifndef BOOTLOADER
186
187#define USB_HANDLED_BY_OF
188
189/* USB On-the-go */ 185/* USB On-the-go */
190#define CONFIG_USBOTG USBOTG_AS3525 186#define CONFIG_USBOTG USBOTG_AS3525
191 187
192/* enable these for the experimental usb stack */ 188/* enable these for the experimental usb stack */
193#define HAVE_USBSTACK 189#define HAVE_USBSTACK
190#define USB_HANDLED_BY_OF
191//#define USE_ROCKBOX_USB
194#define USB_VENDOR_ID 0x0781 192#define USB_VENDOR_ID 0x0781
195#define USB_PRODUCT_ID 0x7423 193#define USB_PRODUCT_ID 0x7423
196 194
197#endif /* !BOOTLOADER */
198
199/* Define this if you have adjustable CPU frequency */ 195/* Define this if you have adjustable CPU frequency */
200#define HAVE_ADJUSTABLE_CPU_FREQ 196#define HAVE_ADJUSTABLE_CPU_FREQ
201 197