diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-11-27 21:24:02 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-11-27 21:24:02 +0000 |
commit | 23e056e41b4f10b6ae607415de8adde99f7263cc (patch) | |
tree | 4f2fbe59b4d6b0666623c611c2eac614a00215af /firmware/export/config-fmrecorder.h | |
parent | 50eb373fbaa72cd309377621434b008ddc193be2 (diff) |
new usb-style defines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4073 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-fmrecorder.h')
-rw-r--r-- | firmware/export/config-fmrecorder.h | 2 |
1 files changed, 2 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 @@ /* Define this if you have an FM Radio */ #define HAVE_FMRADIO 1 +/* How to detect USB */ +#define USB_FMRECORDERSTYLE 1 |