summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-11-27 21:24:02 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-11-27 21:24:02 +0000
commit23e056e41b4f10b6ae607415de8adde99f7263cc (patch)
tree4f2fbe59b4d6b0666623c611c2eac614a00215af
parent50eb373fbaa72cd309377621434b008ddc193be2 (diff)
downloadrockbox-23e056e41b4f10b6ae607415de8adde99f7263cc.tar.gz
rockbox-23e056e41b4f10b6ae607415de8adde99f7263cc.zip
new usb-style defines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4073 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-fmrecorder.h2
-rw-r--r--firmware/export/config-player.h3
-rw-r--r--firmware/export/config-recorder.h3
3 files changed, 8 insertions, 0 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index 63a6ece95b..7c5d631875 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -43,3 +43,5 @@
43/* Define this if you have an FM Radio */ 43/* Define this if you have an FM Radio */
44#define HAVE_FMRADIO 1 44#define HAVE_FMRADIO 1
45 45
46/* How to detect USB */
47#define USB_FMRECORDERSTYLE 1
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index d9a713d368..04c8f8fc3d 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -31,3 +31,6 @@
31 31
32/* Offset ( in the firmware file's header ) to the real data */ 32/* Offset ( in the firmware file's header ) to the real data */
33#define FIRMWARE_OFFSET_FILE_DATA 6 33#define FIRMWARE_OFFSET_FILE_DATA 6
34
35/* How to detect USB */
36#define USB_PLAYERSTYLE 1
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index 33e40b7790..f8326a0ead 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -36,3 +36,6 @@
36 36
37/* Offset ( in the firmware file's header ) to the real data */ 37/* Offset ( in the firmware file's header ) to the real data */
38#define FIRMWARE_OFFSET_FILE_DATA 6 38#define FIRMWARE_OFFSET_FILE_DATA 6
39
40/* How to detect USB */
41#define USB_RECORDERSTYLE 1