summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/sansafuzev2.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h
index c51e183110..7a3296d7c0 100644
--- a/firmware/export/config/sansafuzev2.h
+++ b/firmware/export/config/sansafuzev2.h
@@ -156,9 +156,6 @@
156/* Define this if you have an AMS AS3525v2 */ 156/* Define this if you have an AMS AS3525v2 */
157#define CONFIG_CPU AS3525v2 157#define CONFIG_CPU AS3525v2
158 158
159/* Define how much SD sectors are reserved for OF */
160#define AMS_OF_SIZE 0xF000
161
162/* Define this if you want to use the AS2525 i2c interface */ 159/* Define this if you want to use the AS2525 i2c interface */
163#define CONFIG_I2C I2C_AS3525 160#define CONFIG_I2C I2C_AS3525
164 161
@@ -194,7 +191,7 @@
194/* enable these for the experimental usb stack */ 191/* enable these for the experimental usb stack */
195#define HAVE_USBSTACK 192#define HAVE_USBSTACK
196#define USB_VENDOR_ID 0x0781 193#define USB_VENDOR_ID 0x0781
197#define USB_PRODUCT_ID 0x7423 194#define USB_PRODUCT_ID 0x74c3 /* MSC = 0x74c3, MTP = 0x74c2 */
198 195
199#endif /* !BOOTLOADER */ 196#endif /* !BOOTLOADER */
200 197