1
0
Fork 0
forked from len0rd/rockbox

new usb-style defines

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4073 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2003-11-27 21:24:02 +00:00
parent 50eb373fba
commit 23e056e41b
3 changed files with 8 additions and 0 deletions

View file

@ -43,3 +43,5 @@
/* Define this if you have an FM Radio */ /* Define this if you have an FM Radio */
#define HAVE_FMRADIO 1 #define HAVE_FMRADIO 1
/* How to detect USB */
#define USB_FMRECORDERSTYLE 1

View file

@ -31,3 +31,6 @@
/* Offset ( in the firmware file's header ) to the real data */ /* Offset ( in the firmware file's header ) to the real data */
#define FIRMWARE_OFFSET_FILE_DATA 6 #define FIRMWARE_OFFSET_FILE_DATA 6
/* How to detect USB */
#define USB_PLAYERSTYLE 1

View file

@ -36,3 +36,6 @@
/* Offset ( in the firmware file's header ) to the real data */ /* Offset ( in the firmware file's header ) to the real data */
#define FIRMWARE_OFFSET_FILE_DATA 6 #define FIRMWARE_OFFSET_FILE_DATA 6
/* How to detect USB */
#define USB_RECORDERSTYLE 1