summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansaclip.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansaclip.h')
-rw-r--r--firmware/export/config/sansaclip.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/firmware/export/config/sansaclip.h b/firmware/export/config/sansaclip.h
index 602994d186..54d1f8a042 100644
--- a/firmware/export/config/sansaclip.h
+++ b/firmware/export/config/sansaclip.h
@@ -164,19 +164,15 @@
164/* Type of LCD */ 164/* Type of LCD */
165#define CONFIG_LCD LCD_SSD1303 165#define CONFIG_LCD LCD_SSD1303
166 166
167#ifndef BOOTLOADER
168
169#define USB_HANDLED_BY_OF
170
171#define CONFIG_USBOTG USBOTG_AS3525 167#define CONFIG_USBOTG USBOTG_AS3525
172 168
173/* enable these for the experimental usb stack */ 169/* enable these for the experimental usb stack */
174#define HAVE_USBSTACK 170#define HAVE_USBSTACK
171#define USB_HANDLED_BY_OF
172//#define USE_ROCKBOX_USB
175#define USB_VENDOR_ID 0x0781 173#define USB_VENDOR_ID 0x0781
176#define USB_PRODUCT_ID 0x7433 174#define USB_PRODUCT_ID 0x7433
177 175
178#endif /* BOOTLOADER */
179
180/* Define this if you have adjustable CPU frequency */ 176/* Define this if you have adjustable CPU frequency */
181#define HAVE_ADJUSTABLE_CPU_FREQ 177#define HAVE_ADJUSTABLE_CPU_FREQ
182 178