summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config/ipod6g.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h
index c8920c767c..cb8100bb55 100644
--- a/firmware/export/config/ipod6g.h
+++ b/firmware/export/config/ipod6g.h
@@ -246,6 +246,8 @@
246#define USB_NUM_ENDPOINTS 6 246#define USB_NUM_ENDPOINTS 6
247#define USB_DEVBSS_ATTR __attribute__((aligned(32))) 247#define USB_DEVBSS_ATTR __attribute__((aligned(32)))
248 248
249#define USB_READ_BUFFER_SIZE (1024*24)
250
249#define HAVE_SERIAL 251#define HAVE_SERIAL
250/* Disable iAP when LOGF_SERIAL is enabled to avoid conflicts */ 252/* Disable iAP when LOGF_SERIAL is enabled to avoid conflicts */
251#ifndef LOGF_SERIAL 253#ifndef LOGF_SERIAL
@@ -258,7 +260,5 @@
258/* Define this, if you can switch on/off the lineout */ 260/* Define this, if you can switch on/off the lineout */
259#define HAVE_LINEOUT_POWEROFF 261#define HAVE_LINEOUT_POWEROFF
260 262
261#define USB_WRITE_BUFFER_SIZE (1024*64)
262
263/* Define this if a programmable hotkey is mapped */ 263/* Define this if a programmable hotkey is mapped */
264#define HAVE_HOTKEY 264#define HAVE_HOTKEY